| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.operation | 
 Hazelcast JSR-107 aka JCache implementation 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMutatingCacheOperation
Base class for all mutable cache operations. 
 | 
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
  
com.hazelcast.cache.impl.ICacheRecordStore#put(Data, Object, ExpiryPolicy, String) and
 com.hazelcast.cache.impl.ICacheRecordStore#getAndPut(Data, Object, ExpiryPolicy, String). | 
class  | 
CacheRemoveOperation
Operation implementation for cache remove functionality. 
 | 
class  | 
CacheReplaceOperation
Operator implementation for cache replace functionality. 
 | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.