Uses of Class
com.j_spaces.core.cache.mvcc.MVCCEntryHolder
Packages that use MVCCEntryHolder
Package
Description
-
Uses of MVCCEntryHolder in com.gigaspaces.internal.server.space.mvcc
Methods in com.gigaspaces.internal.server.space.mvcc with parameters of type MVCCEntryHolderModifier and TypeMethodDescriptionMVCCSpaceEngineHandler.checkTransactionConflict(MVCCEntryHolder entry, ITemplateHolder template, Context context) -
Uses of MVCCEntryHolder in com.gigaspaces.internal.server.space.mvcc.exception
Constructors in com.gigaspaces.internal.server.space.mvcc.exception with parameters of type MVCCEntryHolderModifierConstructorDescriptionMVCCEntryModifyConflictException(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 MVCCEntryHolder in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return MVCCEntryHolderModifier and TypeMethodDescriptionstatic MVCCEntryHolderEntryHolderFactory.createMvccShellHollowEntry(IServerTypeDesc typeDesc, String uid) -
Uses of MVCCEntryHolder in com.gigaspaces.internal.transport
Methods in com.gigaspaces.internal.transport with parameters of type MVCCEntryHolder -
Uses of MVCCEntryHolder in com.gigaspaces.internal.transport.mvcc
Methods in com.gigaspaces.internal.transport.mvcc with parameters of type MVCCEntryHolderModifier and TypeMethodDescriptiondefault voidIMVCCEntryPacket.applyMVCCEntryMetadata(MVCCEntryHolder eh) -
Uses of MVCCEntryHolder in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache with parameters of type MVCCEntryHolderModifier and TypeMethodDescriptionCacheManager.getMVCCEntryCacheInfoByEntryHolder(MVCCEntryHolder entryHolder) voidCacheManager.handleMVCCGenerations(Context context, MVCCEntryHolder entry, XtnEntry xtnEntry) -
Uses of MVCCEntryHolder in com.j_spaces.core.cache.mvcc
Methods in com.j_spaces.core.cache.mvcc that return MVCCEntryHolderModifier and TypeMethodDescriptionMVCCEntryHolder.createLogicallyDeletedDummyEntry(EntryXtnInfo entryXtnInfo) MVCCShellEntryCacheInfo.getDirtyEntryHolder()MVCCEntryCacheInfo.getEntryHolder()MVCCEntryCacheInfo.getEntryHolder(CacheManager cacheManager) MVCCEntryCacheInfo.getEntryHolder(CacheManager cacheManager, Context context) MVCCShellEntryCacheInfo.getEntryHolder()MVCCShellEntryCacheInfo.getEntryHolder(CacheManager cacheManager) MVCCShellEntryCacheInfo.getEntryHolder(CacheManager cacheManager, Context context) MVCCShellEntryCacheInfo.getLatestCommittedOrHollow()MVCCShellEntryCacheInfo.removeUncompletedEntryFromQueue(MVCCEntryHolder revertedEntry, MVCCGenerationsState generationsState) Methods in com.j_spaces.core.cache.mvcc with parameters of type MVCCEntryHolderModifier and TypeMethodDescriptionvoidMVCCCacheManagerHandler.createUpdateMvccEntryPendingGeneration(Context context, XtnEntry xtnEntry, int templateOperation, MVCCEntryCacheInfo entryCacheInfo, MVCCEntryHolder updatedEntry, TypeData typeData) voidMVCCCacheManagerHandler.handleDisconnectNewMVCCEntryGenerationFromTransaction(Context context, MVCCEntryHolder entry, XtnEntry xtnEntry) voidMVCCCacheManagerHandler.handleDisconnectOldLogicallyDeletedMVCCEntryGenerationFromTransaction(Context context, MVCCEntryHolder entry, XtnEntry xtnEntry) MVCCShellEntryCacheInfo.removeUncompletedEntryFromQueue(MVCCEntryHolder revertedEntry, MVCCGenerationsState generationsState) voidMVCCCacheManagerHandler.updateLDEntriesCounter(MVCCShellEntryCacheInfo shell, MVCCEntryHolder currentEntry, boolean isInsert, boolean getLatest) Constructors in com.j_spaces.core.cache.mvcc with parameters of type MVCCEntryHolder