See: Description
| Interface | Description | 
|---|---|
| MutableOperation | 
| Class | Description | 
|---|---|
| AddCacheConfigOperation | |
| AddCacheConfigOperationSupplier | |
| CacheBackupEntryProcessorOperation | 
 Operation of the Cache Backup Entry Processor. 
 | 
| CacheClearBackupOperation | 
 Backup operation of  
CacheClearOperation. | 
| CacheClearExpiredOperation | |
| CacheClearOperation | 
 Cache Clear will clear all internal cache data without sending any event 
 | 
| CacheClearOperationFactory | 
OperationFactory implementation for Clear Operations. | 
| CacheContainsKeyOperation | 
 Cache contains key operation, determines if the cache contains an entry for the specified key. 
 | 
| CacheCreateConfigOperation | Deprecated
 as of 3.10 replaced by  
AddCacheConfigOperation, which is used in conjunction with
 InvocationUtil.invokeOnStableClusterSerial(NodeEngine,
 com.hazelcast.util.function.Supplier, int) to reliably broadcast the CacheConfig to all members of the cluster. | 
| CacheDestroyOperation | 
 
 Destroys the cache on the cluster or on a single node by calling
  
ICacheService.deleteCache(String, String, boolean). | 
| CacheEntryIteratorOperation | 
 Provides iterator functionality for ICache. 
 | 
| CacheEntryProcessorOperation | 
 Operation of the Cache Entry Processor. 
 | 
| CacheExpireBatchBackupOperation | 
 Used to transfer expired keys from owner replica to backup replicas. 
 | 
| CacheGetAllOperation | 
 Gets all keys from the cache. 
 | 
| CacheGetAllOperationFactory | 
 Factory implementation for  
CacheGetAllOperation. | 
| CacheGetAndRemoveOperation | 
 Cache GetAndRemove Operation. 
 | 
| CacheGetAndReplaceOperation | 
 Cache GetAndReplace Operation. 
 | 
| CacheGetConfigOperation | 
 Gets a cache configuration or creates one, if a matching cache config is found in this member's config. 
 | 
| CacheGetInvalidationMetaDataOperation | |
| CacheGetInvalidationMetaDataOperation.MetaDataResponse | |
| CacheGetOperation | 
 Cache Get Operation. 
 | 
| CacheKeyIteratorOperation | 
 Provides iterator functionality for ICache. 
 | 
| CacheLegacyMergeOperation | 
 Contains a merging entry for split-brain healing with a  
CacheMergePolicy. | 
| CacheListenerRegistrationOperation | 
 Listener can be registered and unregistered by  
CacheService. | 
| CacheLoadAllOperation | 
 Loads all entries of the keys to partition record store  
ICacheRecordStore. | 
| CacheLoadAllOperationFactory | 
 Factory implementation for  
CacheLoadAllOperation. | 
| CacheManagementConfigOperation | 
 Cache ManagementConfig Operation provides enabling/disabling the functionality of  management and
 statistics mxbeans of the cache. 
 | 
| 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. | 
| CacheNearCacheStateHolder | 
 Holder for Near Cache metadata. 
 | 
| CacheOperation | 
 Base Cache Operation. 
 | 
| CachePutAllBackupOperation | 
 Cache PutAllBackup Operation is the backup operation used by load all operation. 
 | 
| CachePutAllOperation | |
| CachePutBackupOperation | 
 Backup operation for the operation of adding cache entries into record stores. 
 | 
| CachePutIfAbsentOperation | 
 Operation implementation for calling
  
ICacheRecordStore.putIfAbsent(Data, Object, ExpiryPolicy, String, int). | 
| CachePutOperation | 
 Operation implementation for
  
ICacheRecordStore.put(Data, Object, ExpiryPolicy, String, int) and
 ICacheRecordStore.getAndPut(Data, Object, ExpiryPolicy, String, int). | 
| CacheRemoveAllBackupOperation | 
 Backup operation of  
CacheRemoveAllOperation. | 
| CacheRemoveAllOperation | 
 TODO add a proper JavaDoc 
 | 
| CacheRemoveAllOperationFactory | 
OperationFactory implementation for RemoveAll Operations. | 
| CacheRemoveBackupOperation | 
 Backup operation used by remove operations. 
 | 
| CacheRemoveOperation | 
 Operation implementation for cache remove functionality. 
 | 
| CacheReplaceOperation | 
 Operator implementation for cache replace functionality. 
 | 
| CacheReplicationOperation | 
 Replication operation is the data migration operation of  
CacheRecordStore. | 
| CacheSetExpiryPolicyBackupOperation | |
| CacheSetExpiryPolicyOperation | |
| CacheSizeOperation | 
 This operation implementation is for calculating the cluster size of a named cache. 
 | 
| CacheSizeOperationFactory | 
 Factory implementation of  
CacheSizeOperation. | 
| KeyBasedCacheOperation | 
 Operations running on a single key should extend this class. 
 | 
| MutatingCacheOperation | 
 Base class for all mutable cache operations. 
 | 
| OnJoinCacheOperation | 
 Operation executed on joining members so they become aware of  
CacheConfigs dynamically created via
 CacheManager.createCache(String, Configuration). | 
ICache implementation's operations.
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.