Class IracClearKeysRequest
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<T>
org.infinispan.xsite.commands.remote.IracUpdateKeyRequest<Void>
org.infinispan.xsite.commands.remote.IracClearKeysRequest
- All Implemented Interfaces:
XSiteRequest<Void>
A clear 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 TypeMethodDescriptionexecuteOperation
(org.infinispan.xsite.BackupReceiver receiver) byte
Used by marshallers to convert this command into an id for streaming.toString()
Methods inherited from class org.infinispan.xsite.commands.remote.IracUpdateKeyRequest
invokeInLocalCache
Methods inherited from class org.infinispan.xsite.commands.remote.XSiteCacheRequest
invokeInLocalSite, readFrom, writeTo
-
Constructor Details
-
IracClearKeysRequest
public IracClearKeysRequest() -
IracClearKeysRequest
-
-
Method Details
-
executeOperation
- Specified by:
executeOperation
in classIracUpdateKeyRequest<Void>
-
getCommandId
public byte getCommandId()Description copied from interface:XSiteRequest
Used by marshallers to convert this command into an id for streaming.- Returns:
- the method id of this command.
-
toString
-