See: Description
Interface | Description |
---|---|
CompletionAwareCacheRequest |
Contract point for cache requests these handle a completion id registration.
|
Class | Description |
---|---|
AbstractCacheRequest | |
CacheAddEntryListenerRequest |
Client request which registers an event listener on behalf of the client and delegates the received events
back to client.
|
CacheAddInvalidationListenerRequest | |
CacheAddPartitionLostListenerRequest | |
CacheBatchInvalidationMessage | |
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. |
CacheInvalidationListener | |
CacheInvalidationMessage | |
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. |
CachePutAllRequest |
This client request that puts entries as batch into specified partition.
|
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.
|
CacheRemoveInvalidationListenerRequest |
Client request which unregisters the invalidation listener on behalf of the client.
|
CacheRemovePartitionLostListenerRequest | |
CacheRemoveRequest |
This client request specifically calls
CacheRemoveOperation on the server side. |
CacheReplaceRequest |
This client request specifically calls
CacheReplaceOperation on the server side. |
CacheSingleInvalidationMessage | |
CacheSizeRequest |
This client request specifically calls
CacheSizeOperationFactory on the server side. |
Hazelcast JSR-107 aka JCache implementation Client Requests
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.