Uses of Class
com.hazelcast.cache.impl.operation.AbstractMutatingCacheOperation

Packages that use AbstractMutatingCacheOperation
com.hazelcast.cache.impl.operation Hazelcast JSR-107 aka JCache implementation 
 

Uses of AbstractMutatingCacheOperation in com.hazelcast.cache.impl.operation
 

Subclasses of AbstractMutatingCacheOperation in com.hazelcast.cache.impl.operation
 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 © 2015 Hazelcast, Inc.. All Rights Reserved.