Uses of Enum Class
com.gigaspaces.sync.serializable.SpaceSyncEndpointMethod
Packages that use SpaceSyncEndpointMethod
-
Uses of SpaceSyncEndpointMethod in com.gigaspaces.sync.serializable
Methods in com.gigaspaces.sync.serializable that return SpaceSyncEndpointMethodModifier and TypeMethodDescriptionAddIndexEndpointData.getSyncEndpointMethod()ConsolidationParticipantEndpointData.getSyncEndpointMethod()EndpointData.getSyncEndpointMethod()IntroduceTypeEndpointData.getSyncEndpointMethod()OperationsBatchEndpointData.getSyncEndpointMethod()TransactionEndpointData.getSyncEndpointMethod()static SpaceSyncEndpointMethodReturns the enum constant of this class with the specified name.static SpaceSyncEndpointMethod[]SpaceSyncEndpointMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.gigaspaces.sync.serializable with parameters of type SpaceSyncEndpointMethodModifierConstructorDescriptionAddIndexEndpointData(AddIndexData addIndexData, SpaceSyncEndpointMethod spaceSyncEndpointMethod) ConsolidationParticipantEndpointData(ConsolidationParticipantData consolidationParticipantData, SpaceSyncEndpointMethod spaceSyncEndpointMethod) IntroduceTypeEndpointData(IntroduceTypeData introduceTypeData, SpaceSyncEndpointMethod spaceSyncEndpointMethod) OperationsBatchEndpointData(OperationsBatchData operationsBatchData, SpaceSyncEndpointMethod spaceSyncEndpointMethod) TransactionEndpointData(TransactionData transactionData, SpaceSyncEndpointMethod spaceSyncEndpointMethod)