public enum SpaceSyncEndpointMethod extends Enum<SpaceSyncEndpointMethod>
Enum Constant and Description |
---|
onAddIndex |
onIntroduceType |
onOperationsBatchSynchronization |
onTransactionConsolidationFailure |
onTransactionSynchronization |
Modifier and Type | Method and Description |
---|---|
static SpaceSyncEndpointMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceSyncEndpointMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceSyncEndpointMethod onTransactionConsolidationFailure
public static final SpaceSyncEndpointMethod onTransactionSynchronization
public static final SpaceSyncEndpointMethod onOperationsBatchSynchronization
public static final SpaceSyncEndpointMethod onAddIndex
public static final SpaceSyncEndpointMethod onIntroduceType
public static SpaceSyncEndpointMethod[] values()
for (SpaceSyncEndpointMethod c : SpaceSyncEndpointMethod.values()) System.out.println(c);
public static SpaceSyncEndpointMethod 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 © GigaSpaces.