public static enum IStoreCheckpointingController.Type extends Enum<IStoreCheckpointingController.Type>
| Enum Constant and Description |
|---|
CDC
Indicates that the CDC Checkpoint controller should be used.
|
Conflation
Indicates that the Conflation Checkpoint controller should be used.
|
Default
Indicates that the default checkpoint controller should be used.
|
| Modifier and Type | Method and Description |
|---|---|
static IStoreCheckpointingController.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStoreCheckpointingController.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStoreCheckpointingController.Type Default
public static final IStoreCheckpointingController.Type CDC
public static final IStoreCheckpointingController.Type Conflation
public static IStoreCheckpointingController.Type[] values()
for (IStoreCheckpointingController.Type c : IStoreCheckpointingController.Type.values()) System.out.println(c);
public static IStoreCheckpointingController.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Neeve Research, LLC. All Rights Reserved.