Uses of Enum Class
com.gigaspaces.internal.server.space.SpaceEngine.EntryRemoveReasonCodes
Packages that use SpaceEngine.EntryRemoveReasonCodes
Package
Description
-
Uses of SpaceEngine.EntryRemoveReasonCodes in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return SpaceEngine.EntryRemoveReasonCodesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SpaceEngine.EntryRemoveReasonCodes[]SpaceEngine.EntryRemoveReasonCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gigaspaces.internal.server.space with parameters of type SpaceEngine.EntryRemoveReasonCodesModifier and TypeMethodDescriptionvoidSpaceEngine.removeEntrySA(Context context, IEntryHolder entry, boolean fromReplication, boolean origin, boolean ofReplicatableClass, SpaceEngine.EntryRemoveReasonCodes removeReason, boolean disableReplication, boolean disableProcessorCall, boolean disableSADelete) voidSpaceEngine.removeEntrySA(Context context, IEntryHolder entry, IServerTypeDesc typeDesc, boolean fromReplication, boolean origin, SpaceEngine.EntryRemoveReasonCodes removeReason) Delete an entry (direct delete).voidSpaceEngine.removeEntrySA(Context context, IEntryHolder entry, IServerTypeDesc typeDesc, boolean fromReplication, boolean origin, SpaceEngine.EntryRemoveReasonCodes removeReason, boolean disableReplication, boolean disableProcessorCall, boolean disableSADelete) Delete an entry (direct delete). -
Uses of SpaceEngine.EntryRemoveReasonCodes in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache with parameters of type SpaceEngine.EntryRemoveReasonCodesModifier and TypeMethodDescriptionvoidCacheManager.handleRemoveEntryReplication(Context context, IEntryHolder entryHolder, SpaceEngine.EntryRemoveReasonCodes removeReason) voidCacheManager.handleRemoveEntryReplication(Context context, IEntryHolder entryHolder, SpaceEngine.EntryRemoveReasonCodes removeReason, int blobstoreBulkId) intCacheManager.removeEntry(Context context, IEntryHolder entryHolder, IEntryCacheInfo pEntry, boolean shouldReplicate, boolean origin, SpaceEngine.EntryRemoveReasonCodes removeReason, boolean disableSAcall) remove entry from cache & SA -
Uses of SpaceEngine.EntryRemoveReasonCodes in com.j_spaces.core.cache.blobStore.storage.bulks.delayedReplication
Methods in com.j_spaces.core.cache.blobStore.storage.bulks.delayedReplication that return SpaceEngine.EntryRemoveReasonCodesConstructors in com.j_spaces.core.cache.blobStore.storage.bulks.delayedReplication with parameters of type SpaceEngine.EntryRemoveReasonCodesModifierConstructorDescriptionDelayedReplicationRemoveInfo(IEntryHolder entryHolder, SpaceEngine.EntryRemoveReasonCodes removeReason) -
Uses of SpaceEngine.EntryRemoveReasonCodes in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context that return SpaceEngine.EntryRemoveReasonCodesMethods in com.j_spaces.core.cache.context with parameters of type SpaceEngine.EntryRemoveReasonCodesModifier and TypeMethodDescriptionvoidContext.setForBulkRemove(IEntryHolder eh, SpaceEngine.EntryRemoveReasonCodes removeReason)