| EnterpriseMapDataSerializerHook |
|
| EnterpriseMapOperationProviders |
|
| EnterpriseMapPartitionClearOperation |
Clears map's partition data.
|
| EnterpriseMapReplicationOperation |
Replicates all IMap-states of this partition to a replica partition.
|
| HDBasePutOperation |
|
| HDBaseRemoveOperation |
|
| HDClearBackupOperation |
|
| HDClearOperation |
|
| HDClearOperationFactory |
|
| HDContainsKeyOperation |
|
| HDContainsValueOperation |
|
| HDContainsValueOperationFactory |
|
| HDDeleteOperation |
|
| HDEntryBackupOperation |
|
| HDEntryOffloadableSetUnlockOperation |
HD Version of EntryOffloadableSetUnlockOperation
|
| HDEntryOperation |
Contains HD Version of the Offloadable contract for EntryProcessor.
|
| HDEvictAllBackupOperation |
Operation which evicts all keys except locked ones.
|
| HDEvictAllOperation |
Operation which evicts all keys except locked ones.
|
| HDEvictAllOperationFactory |
Operation factory for evict all operations.
|
| HDEvictBackupOperation |
|
| HDEvictOperation |
|
| HDGetAllOperation |
|
| HDGetEntryViewOperation |
|
| HDGetOperation |
|
| HDKeyBasedMapOperation |
|
| HDLegacyMergeOperation |
|
| HDLoadAllOperation |
Triggers map store load of all given keys.
|
| HDLoadMapOperation |
Triggers map loading from a map store.
|
| HDLockAwareOperation |
|
| HDMapFetchEntriesOperation |
|
| HDMapFetchKeysOperation |
|
| HDMapFetchWithQueryOperation |
Fetches by query a batch of fetchSize items from a single partition ID for a map.
|
| HDMapFlushBackupOperation |
Empties backup write-behind-queues upon IMap.flush()
|
| HDMapFlushOperation |
Flushes dirty entries upon call of IMap.flush().
|
| HDMapFlushOperationFactory |
|
| HDMapGetAllOperationFactory |
|
| HDMapLoadAllOperationFactory |
Operation factory for load all operations.
|
| HDMapOperation |
This class should be extended if operation runs by partition operation threads.
|
| HDMapOperationProvider |
Provides IMap operations when
InMemoryFormat is
NATIVE.
|
| HDMapSizeOperation |
|
| HDMergeOperation |
Contains multiple merge entries for split-brain healing with with a SplitBrainMergePolicy.
|
| HDMergeOperationFactory |
Inserts the merging entries for all partitions of a member via locally invoked MergeOperation.
|
| HDMultipleEntryBackupOperation |
|
| HDMultipleEntryOperation |
|
| HDMultipleEntryOperationFactory |
|
| HDMultipleEntryWithPredicateBackupOperation |
|
| HDMultipleEntryWithPredicateOperation |
|
| HDPartitionWideEntryBackupOperation |
|
| HDPartitionWideEntryOperation |
GOTCHA: This operation does NOT load missing keys from the MapStore for now.
|
| HDPartitionWideEntryOperationFactory |
|
| HDPartitionWideEntryWithPredicateBackupOperation |
|
| HDPartitionWideEntryWithPredicateOperation |
|
| HDPartitionWideEntryWithPredicateOperationFactory |
|
| HDPutAllBackupOperation |
|
| HDPutAllOperation |
|
| HDPutAllPartitionAwareOperationFactory |
Inserts the MapEntries for all partitions of a member via locally invoked PutAllOperation.
|
| HDPutBackupOperation |
|
| HDPutFromLoadAllBackupOperation |
Runs on backups.
|
| HDPutFromLoadAllOperation |
Puts records to map which are loaded from map store by IMap.loadAll(boolean).
|
| HDPutIfAbsentOperation |
|
| HDPutOperation |
|
| HDPutTransientOperation |
|
| HDRemoveBackupOperation |
|
| HDRemoveIfSameOperation |
|
| HDRemoveOperation |
|
| HDReplaceIfSameOperation |
|
| HDReplaceOperation |
|
| HDSetOperation |
|
| HDSetTtlBackupOperation |
|
| HDSetTtlOperation |
|
| HDSizeOperationFactory |
|
| HDTryPutOperation |
|
| HDTryRemoveOperation |
|
| MerkleTreeGetEntriesOperation |
Operation for fetching map entries for any number of merkle tree nodes.
|
| MerkleTreeGetEntryCountOperation |
Operation that queries the number of the keys under a set of Merkle tree nodes
|
| MerkleTreeNodeCompareOperation |
Operation for comparing the local merkle tree node values with the remote
node values.
|
| MerkleTreeNodeCompareOperationFactory |
|
| MerkleTreeRebuildOperation |
Operation used to rebuild Merkle trees on top of a map.
|