Uses of Interface
com.hazelcast.cache.impl.operation.MutableOperation

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

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

Classes in com.hazelcast.cache.impl.operation that implement MutableOperation
 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 © 2015 Hazelcast, Inc.. All Rights Reserved.