Uses of Class
org.apache.ignite.internal.processors.platform.client.cache.ClientCacheKeyRequest
-
Packages that use ClientCacheKeyRequest Package Description org.apache.ignite.internal.processors.platform.client.cache -
-
Uses of ClientCacheKeyRequest in org.apache.ignite.internal.processors.platform.client.cache
Subclasses of ClientCacheKeyRequest in org.apache.ignite.internal.processors.platform.client.cache Modifier and Type Class Description classClientCacheClearKeyRequestClear key request.classClientCacheContainsKeyRequestContainsKey request.classClientCacheGetAndPutIfAbsentRequestCache get and put if absent request.classClientCacheGetAndPutRequestCache get and put request.classClientCacheGetAndRemoveRequestCache get and remove request.classClientCacheGetAndReplaceRequestCache get and replace request.classClientCacheGetRequestCache get request.classClientCacheInvokeRequestCache invoke request.classClientCacheKeyValueRequestCache request involving key and value.classClientCacheLocalPeekRequestCache local peek request.classClientCachePutIfAbsentRequestCache put if absent request.classClientCachePutRequestCache put request.classClientCacheRemoveIfEqualsRequestCache remove request with value.classClientCacheRemoveKeyRequestRemove request.classClientCacheReplaceIfEqualsRequestCache replace request.classClientCacheReplaceRequestCache replace request.
-