Class IracUpdateKeyRequest<T>
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<T>
org.infinispan.xsite.commands.remote.IracUpdateKeyRequest<T>
- All Implemented Interfaces:
XSiteRequest<T>
- Direct Known Subclasses:
IracClearKeysRequest
,IracPutManyRequest
,IracTouchKeyRequest
An update request that is sent to the remote site by
IracManager
.- Since:
- 15.0
- Author:
- Pedro Ruivo
-
Field Summary
Fields inherited from class org.infinispan.xsite.commands.remote.XSiteCacheRequest
cacheName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract CompletionStage<T>
executeOperation
(org.infinispan.xsite.BackupReceiver receiver) protected CompletionStage<T>
invokeInLocalCache
(String origin, ComponentRegistry registry) Methods inherited from class org.infinispan.xsite.commands.remote.XSiteCacheRequest
invokeInLocalSite, readFrom, writeTo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.xsite.commands.remote.XSiteRequest
getCommandId
-
Constructor Details
-
IracUpdateKeyRequest
-
-
Method Details
-
invokeInLocalCache
- Specified by:
invokeInLocalCache
in classXSiteCacheRequest<T>
-
executeOperation
-