Uses of Class
com.hazelcast.cache.impl.client.AbstractCacheRequest

Packages that use AbstractCacheRequest
com.hazelcast.cache.impl.client Hazelcast JSR-107 aka JCache implementation Client Requests 
 

Uses of AbstractCacheRequest in com.hazelcast.cache.impl.client
 

Subclasses of AbstractCacheRequest in com.hazelcast.cache.impl.client
 class CacheContainsKeyRequest
          This client request specifically calls CacheContainsKeyOperation on the server side.
 class CacheEntryProcessorRequest
          This client request specifically calls CacheEntryProcessorOperation on the server side.
 class CacheGetAndRemoveRequest
          This client request specifically calls CacheGetAndRemoveOperation on the server side.
 class CacheGetAndReplaceRequest
          This client request specifically calls CacheGetAndReplaceOperation on the server side.
 class CacheGetConfigRequest
          This client request specifically calls CacheGetConfigOperation on the server side.
 class CacheGetRequest
          This client request specifically calls CacheGetOperation on the server side.
 class CachePutIfAbsentRequest
          This client request specifically calls CachePutIfAbsentOperation on the server side.
 class CachePutRequest
          This client request specifically calls CachePutOperation on the server side.
 class CacheRemoveRequest
          This client request specifically calls CacheRemoveOperation on the server side.
 class CacheReplaceRequest
          This client request specifically calls CacheReplaceOperation on the server side.
 



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