Uses of Class
com.hazelcast.client.impl.protocol.task.cache.AbstractCacheMessageTask

Packages that use AbstractCacheMessageTask
com.hazelcast.client.impl.protocol.task.cache Client protocol tasks implementations for JCache 
 

Uses of AbstractCacheMessageTask in com.hazelcast.client.impl.protocol.task.cache
 

Subclasses of AbstractCacheMessageTask in com.hazelcast.client.impl.protocol.task.cache
 class CacheContainsKeyMessageTask
          This client request specifically calls CacheContainsKeyOperation on the server side.
 class CacheEntryProcessorMessageTask
          This client request specifically calls CacheEntryProcessorOperation on the server side.
 class CacheGetAndRemoveMessageTask
          This client request specifically calls CacheGetAndRemoveOperation on the server side.
 class CacheGetAndReplaceMessageTask
          This client request specifically calls CacheGetAndReplaceOperation on the server side.
 class CacheGetConfigMessageTask
          This client request specifically calls CacheGetConfigOperation on the server side.
 class CacheGetMessageTask
          This client request specifically calls CacheGetOperation on the server side.
 class CacheIterateMessageTask
          This client request specifically calls CacheKeyIteratorOperation on the server side.
 class CachePutIfAbsentMessageTask
          This client request specifically calls CachePutIfAbsentOperation on the server side.
 class CachePutMessageTask
          This client request specifically calls CachePutOperation on the server side.
 class CacheRemoveMessageTask
          This client request specifically calls CacheRemoveOperation on the server side.
 class CacheReplaceMessageTask
          This client request specifically calls CachePutOperation on the server side.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.