| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.operation | 
 Hazelcast JSR-107 aka JCache implementation 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheEntryProcessorOperation
Operation of the Cache Entry Processor. 
 | 
class  | 
CacheGetAndRemoveOperation
Cache GetAndRemove Operation. 
 | 
class  | 
CacheGetAndReplaceOperation
Cache GetAndReplace Operation. 
 | 
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  | 
CacheRemoveOperation
Operation implementation for cache remove functionality. 
 | 
class  | 
CacheReplaceOperation
Operator implementation for cache replace functionality. 
 | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.