| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.operation | 
 Hazelcast JSR-107 aka JCache implementation 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheBackupEntryProcessorOperation
Operation of the Cache Backup Entry Processor. 
 | 
class  | 
CacheContainsKeyOperation
Cache contains key operation, determines if the cache contains an entry for the specified key. 
 | 
class  | 
CacheEntryIteratorOperation
Provides iterator functionality for ICache. 
 | 
class  | 
CacheEntryProcessorOperation
Operation of the Cache Entry Processor. 
 | 
class  | 
CacheGetAndRemoveOperation
Cache GetAndRemove Operation. 
 | 
class  | 
CacheGetAndReplaceOperation
Cache GetAndReplace Operation. 
 | 
class  | 
CacheGetOperation
Cache Get Operation. 
 | 
class  | 
CacheKeyIteratorOperation
Provides iterator functionality for ICache. 
 | 
class  | 
CacheLegacyMergeOperation
Contains a merging entry for split-brain healing with a  
CacheMergePolicy. | 
class  | 
CachePutBackupOperation
Backup operation for the operation of adding cache entries into record stores. 
 | 
class  | 
CachePutIfAbsentOperation
Operation implementation for calling
  
ICacheRecordStore.putIfAbsent(Data, Object, ExpiryPolicy, String, int). | 
class  | 
CachePutOperation
Operation implementation for
  
ICacheRecordStore.put(Data, Object, ExpiryPolicy, String, int) and
 ICacheRecordStore.getAndPut(Data, Object, ExpiryPolicy, String, int). | 
class  | 
CacheRemoveBackupOperation
Backup operation used by remove operations. 
 | 
class  | 
CacheRemoveOperation
Operation implementation for cache remove functionality. 
 | 
class  | 
CacheReplaceOperation
Operator implementation for cache replace functionality. 
 | 
class  | 
MutatingCacheOperation
Base class for all mutable cache operations. 
 | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.