See: Description
| Class | Description |
|---|---|
| CacheContainsKeyOperation |
Determines if this store contains an entry for the specified key.
|
| CacheEntryProcessorOperation |
Operation of the Cache Entry Processor.
|
| CacheGetAllOperation |
Gets all keys from the cache.
|
| CacheGetAllOperationFactory |
Factory implementation for
CacheGetAllOperation. |
| CacheGetAndRemoveOperation |
Atomically removes the entry for a key only if it is currently mapped to some value.
|
| CacheGetAndReplaceOperation |
Atomically replaces the value for a given key if and only if there is a value currently mapped by the key.
|
| CacheGetOperation |
Gets the value to which the specified key is mapped, or
null if this cache contains no mapping for the key. |
| CacheIterationResult | Deprecated
Not used.
|
| CacheIteratorOperation | Deprecated
Not used.
|
| CacheKeyIteratorOperation | Deprecated
OSS version (
CacheKeyIteratorOperation) is enough,
no need for this EE version. |
| CacheLoadAllOperation |
Loads all entries of the keys to partition record store
ICacheRecordStore. |
| CacheLoadAllOperationFactory |
Factory implementation for
CacheLoadAllOperation. |
| CacheMergeBackupOperation |
Transfers merged data to backup replicas
|
| CacheMergeOperation |
Contains multiple merging entries for split-brain healing with a
SplitBrainMergePolicy. |
| CacheMergeOperationFactory |
Inserts the merging entries for all partitions of a member via locally invoked
CacheMergeOperation. |
| CachePutAllBackupOperation |
Cache PutAllBackup Operation is the backup operation used by load all operation.
|
| CachePutAllOperation |
Executes the putAll() operation on HD caches.
|
| CachePutBackupOperation |
Creates a backup for a JCache entry.
|
| CachePutIfAbsentOperation |
Creates a JCache entry via
putIfAbsent(). |
| CachePutOperation |
Associates the specified value with the specified key in this cache, returning an existing value if one existed.
|
| CacheRemoveBackupOperation |
Removes the backup of a JCache entry.
|
| CacheRemoveOperation |
Removes the mapping for a key from this cache if it is present.
|
| CacheReplaceOperation |
Replaces the value of a JCache entry.
|
| CacheSegmentShutdownOperation |
Shutdowns the cache service and destroy the caches with their segments.
|
| CacheSetExpiryPolicyBackupOperation |
Backup operation for
CacheSetExpiryPolicyOperation |
| CacheSetExpiryPolicyOperation |
Sets expiry policy for a list of cache entries at once.
|
| CacheSizeOperation |
Calculates the entry size of this store which reflects the partition size of the cache.
|
| CacheSizeOperationFactory |
Creates
CacheSizeOperations. |
| HiDensityCacheDataSerializerHook | |
| HiDensityCacheOperationProvider |
Provide operations for
InMemoryFormat.NATIVE. |
| HiDensityCacheReplicationOperation |
Replicates records from one off-heap source to an off-heap destination.
|
| WanCacheLegacyMergeOperation |
Operation implementation for merging entries.
|
| WanCacheMergeOperation |
Operation implementation for merging entries.
|
| WanCacheRemoveOperation |
Operation implementation for cache remove functionality to be used
by WAN replication services.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.