Package com.hazelcast.cache.impl.client

Hazelcast JSR-107 aka JCache implementation Client Requests

See:
          Description

Class Summary
AbstractCacheRequest Abstract cache request to handle a completion id registration.
CacheAddEntryListenerRequest Client request which registers an event listener on behalf of the client and delegates the received events back to client.
CacheClearRequest This client request specifically calls CacheClearOperationFactory on the server side.
CacheContainsKeyRequest This client request specifically calls CacheContainsKeyOperation on the server side.
CacheCreateConfigRequest This client request specifically calls CacheCreateConfigOperation on the server side.
CacheDestroyRequest This client request specifically calls CacheDestroyOperation on the server side.
CacheEntryProcessorRequest This client request specifically calls CacheEntryProcessorOperation on the server side.
CacheGetAllRequest This client request specifically calls CacheGetAllOperationFactory on the server side.
CacheGetAndRemoveRequest This client request specifically calls CacheGetAndRemoveOperation on the server side.
CacheGetAndReplaceRequest This client request specifically calls CacheGetAndReplaceOperation on the server side.
CacheGetConfigRequest This client request specifically calls CacheGetConfigOperation on the server side.
CacheGetRequest This client request specifically calls CacheGetOperation on the server side.
CacheIterateRequest This client request specifically calls CacheKeyIteratorOperation on the server side.
CacheListenerRegistrationRequest This client request specifically calls CacheListenerRegistrationOperation on the server side.
CacheLoadAllRequest This client request specifically calls CacheLoadAllOperationFactory on the server side.
CacheManagementConfigRequest This client request specifically calls CacheManagementConfigOperation on the server side.
CachePutIfAbsentRequest This client request specifically calls CachePutIfAbsentOperation on the server side.
CachePutRequest This client request specifically calls CachePutOperation on the server side.
CacheRemoveEntryListenerRequest Client request which unregisters the event listener on behalf of the client.
CacheRemoveRequest This client request specifically calls CacheRemoveOperation on the server side.
CacheReplaceRequest This client request specifically calls CacheReplaceOperation on the server side.
CacheSizeRequest This client request specifically calls CacheSizeOperationFactory on the server side.
 

Package com.hazelcast.cache.impl.client Description

Hazelcast JSR-107 aka JCache implementation Client Requests



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