Uses of Class
com.gigaspaces.internal.server.space.mvcc.MVCCGenerationsState
Packages that use MVCCGenerationsState
Package
Description
Provides Space properties and security context services
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of MVCCGenerationsState in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionvoidIDirectSpaceProxy.setMVCCGenerationsState(MVCCGenerationsState generationsState) voidSpaceProxyImpl.setMVCCGenerationsState(MVCCGenerationsState generationsState) -
Uses of MVCCGenerationsState in com.gigaspaces.internal.client.spaceproxy.router
Methods in com.gigaspaces.internal.client.spaceproxy.router with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionvoidSpaceProxyRouter.setMVCCGenerationsState(MVCCGenerationsState generationsState) -
Uses of MVCCGenerationsState in com.gigaspaces.internal.cluster.node
Methods in com.gigaspaces.internal.cluster.node that return MVCCGenerationsStateMethods in com.gigaspaces.internal.cluster.node with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionvoidIReplicationOutContext.setMVCCGenerationsState(MVCCGenerationsState mvccGenerationsState) -
Uses of MVCCGenerationsState in com.gigaspaces.internal.cluster.node.impl
Methods in com.gigaspaces.internal.cluster.node.impl that return MVCCGenerationsStateMethods in com.gigaspaces.internal.cluster.node.impl with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionvoidReplicationOutContext.setMVCCGenerationsState(MVCCGenerationsState mvccGenerationsState) -
Uses of MVCCGenerationsState in com.gigaspaces.internal.cluster.node.impl.packets.data.operations
Methods in com.gigaspaces.internal.cluster.node.impl.packets.data.operations that return MVCCGenerationsStateModifier and TypeMethodDescriptionAbstractTransactionReplicationPacketData.getMvccCommittedGeneration()Methods in com.gigaspaces.internal.cluster.node.impl.packets.data.operations with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionvoidAbstractTransactionReplicationPacketData.setMvccCommittedGeneration(MVCCGenerationsState mvccGenerationsState) -
Uses of MVCCGenerationsState in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return MVCCGenerationsStateModifier and TypeMethodDescriptionZooKeeperMVCCInternalHandler.cancelGeneration(Set<Long> cancelSet) ZooKeeperMVCCHandler.completeGeneration(long maxGeneration, Set<Long> completedSet) ZooKeeperMVCCHandler.getGenerationsState()ZooKeeperMVCCHandler.getNextGenerationsState() -
Uses of MVCCGenerationsState in com.gigaspaces.internal.server.space.mvcc
Methods in com.gigaspaces.internal.server.space.mvcc that return MVCCGenerationsStateModifier and TypeMethodDescriptionstatic MVCCGenerationsStateMVCCGenerationsState.empty()static MVCCGenerationsStateMVCCGenerationsState.revertGenerationState(long generationToRevert) Methods in com.gigaspaces.internal.server.space.mvcc with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionbooleanMVCCSpaceEngineHandler.isNewerGenerationRecoveredForUID(String uid, MVCCGenerationsState mvccGenerationsState) -
Uses of MVCCGenerationsState in com.gigaspaces.internal.server.space.mvcc.exception
Constructors in com.gigaspaces.internal.server.space.mvcc.exception with parameters of type MVCCGenerationsStateModifierConstructorDescriptionMVCCEntryModifyConflictException(MVCCGenerationsState mvccGenerationsState, MVCCEntryHolder entryHolder, int operation) MVCCEntryModifyConflictException(MVCCGenerationsState mvccGenerationsState, MVCCEntryHolder entryHolder, int operation, Throwable cause) MVCCEntryModifyConflictException(MVCCGenerationsState mvccGenerationsState, MVCCEntryHolder matchEntry, MVCCEntryHolder activeEntry, int operation) MVCCModifyOnUncompletedGenerationException(MVCCGenerationsState mvccGenerationsState, long committedGeneration, MVCCEntryHolder entryHolder, int operation) -
Uses of MVCCGenerationsState in com.j_spaces.core
Methods in com.j_spaces.core that return MVCCGenerationsStateModifier and TypeMethodDescriptionSpaceContext.getMVCCGenerationsState()XtnEntry.getMVCCGenerationsState()Methods in com.j_spaces.core with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionvoidSpaceContext.setMVCCGenerationsState(MVCCGenerationsState generationsState) voidXtnEntry.setMVCCGenerationsState(MVCCGenerationsState mvccGenerationsState) -
Uses of MVCCGenerationsState in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context that return MVCCGenerationsState -
Uses of MVCCGenerationsState in com.j_spaces.core.cache.mvcc
Methods in com.j_spaces.core.cache.mvcc with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionMVCCShellEntryCacheInfo.removeUncompletedEntryFromQueue(MVCCEntryHolder revertedEntry, MVCCGenerationsState generationsState) voidMVCCCacheManagerHandler.validateMVCCReadWithExpiredGeneration(MVCCGenerationsState genState, int modifiers) Method validates mvcc generation state for READ_COMMITTED operation. -
Uses of MVCCGenerationsState in org.openspaces.core
Methods in org.openspaces.core with parameters of type MVCCGenerationsStateModifier and TypeMethodDescriptionvoidDefaultGigaSpace.setMVCCGenerationsState(MVCCGenerationsState generationsState) voidGigaSpace.setMVCCGenerationsState(MVCCGenerationsState generationsState) -
Uses of MVCCGenerationsState in org.openspaces.core.executor.mvcc.protocol
Constructors in org.openspaces.core.executor.mvcc.protocol with parameters of type MVCCGenerationsStateModifierConstructorDescriptionprotectedAbstractOnePhaseTask(MVCCGenerationsState generationsState, int taskRetries, long retryIntervalMillis) protectedAbstractPrepareTwoPhaseTask(MVCCGenerationsState generationsState)