Package com.hazelcast.client.impl.protocol.task.cache

Client protocol tasks implementations for JCache

See:
          Description

Class Summary
AbstractCacheMessageTask<P> Abstract Cache request to handle InMemoryFormat which needed for operation provider
CacheAddEntryListenerMessageTask Client request which registers an event listener on behalf of the client and delegates the received events back to client.
CacheAddInvalidationListenerTask  
CacheClearMessageTask This client request specifically calls CacheClearOperationFactory on the server side.
CacheContainsKeyMessageTask This client request specifically calls CacheContainsKeyOperation on the server side.
CacheCreateConfigMessageTask This client request specifically calls CacheCreateConfigOperation on the server side.
CacheDestroyMessageTask This client request specifically calls CacheDestroyParameters on the server side.
CacheEntryProcessorMessageTask This client request specifically calls CacheEntryProcessorOperation on the server side.
CacheGetAllMessageTask This client request specifically calls CacheGetAllOperationFactory on the server side.
CacheGetAndRemoveMessageTask This client request specifically calls CacheGetAndRemoveOperation on the server side.
CacheGetAndReplaceMessageTask This client request specifically calls CacheGetAndReplaceOperation on the server side.
CacheGetConfigMessageTask This client request specifically calls CacheGetConfigOperation on the server side.
CacheGetMessageTask This client request specifically calls CacheGetOperation on the server side.
CacheIterateMessageTask This client request specifically calls CacheKeyIteratorOperation on the server side.
CacheListenerRegistrationMessageTask This client request specifically calls CacheListenerRegistrationOperation on the server side.
CacheLoadAllMessageTask This client request specifically calls CacheLoadAllOperationFactory on the server side.
CacheManagementConfigMessageTask This client request specifically calls CacheManagementConfigOperation on the server side.
CachePutIfAbsentMessageTask This client request specifically calls CachePutIfAbsentOperation on the server side.
CachePutMessageTask This client request specifically calls CachePutOperation on the server side.
CacheRemoveAllMessageTask This client request specifically calls CacheRemoveAllOperationFactory on the server side.
CacheRemoveEntryListenerMessageTask Client request which unregisters the event listener on behalf of the client.
CacheRemoveInvalidationListenerMessageTask Client request which unregisters the invalidation listener on behalf of the client.
CacheRemoveMessageTask This client request specifically calls CacheRemoveOperation on the server side.
CacheReplaceMessageTask This client request specifically calls CachePutOperation on the server side.
CacheSizeMessageTask This client request specifically calls CacheSizeOperationFactory on the server side.
 

Package com.hazelcast.client.impl.protocol.task.cache Description

Client protocol tasks implementations for JCache



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