Class ZooKeeperMVCCInternalHandler
java.lang.Object
com.gigaspaces.internal.server.space.AbstractZooKeeperMVCCHandler
com.gigaspaces.internal.server.space.ZooKeeperMVCCHandler
com.gigaspaces.internal.server.space.ZooKeeperMVCCInternalHandler
- Since:
- 16.3
- Author:
- Sagiv Michael
-
Field Summary
Fields inherited from class com.gigaspaces.internal.server.space.AbstractZooKeeperMVCCHandler
attributeStore, DEFAULT_LOCK_TIMEOUT_IN_SECONDS, mvccGenerationsStatePath, mvccPath -
Constructor Summary
ConstructorsConstructorDescriptionZooKeeperMVCCInternalHandler(AttributeStore attributeStore, String spaceName) -
Method Summary
Modifier and TypeMethodDescriptioncancelGeneration(Set<Long> cancelSet) booleancleanGeneration(long upperBoundGenerationToDelete) Methods inherited from class com.gigaspaces.internal.server.space.ZooKeeperMVCCHandler
completeGeneration, getGenerationsState, getNextGenerationsStateMethods inherited from class com.gigaspaces.internal.server.space.AbstractZooKeeperMVCCHandler
close, initMVCCGenerationsState
-
Constructor Details
-
ZooKeeperMVCCInternalHandler
-
-
Method Details
-
cleanGeneration
public boolean cleanGeneration(long upperBoundGenerationToDelete) -
cancelGeneration
-