Class IracClearKeysRequest
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<Void>
org.infinispan.xsite.commands.remote.IracUpdateKeyRequest<Void>
org.infinispan.xsite.commands.remote.IracClearKeysRequest
- All Implemented Interfaces:
TracedCommand, 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 XSiteCacheRequest
cacheName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteOperation(org.infinispan.xsite.BackupReceiver receiver) byteUsed by marshallers to convert this command into an id for streaming.toString()Methods inherited from class IracUpdateKeyRequest
invokeInLocalCacheMethods inherited from class XSiteCacheRequest
invokeInLocalSite, readFrom, writeToMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
IracClearKeysRequest
public IracClearKeysRequest() -
IracClearKeysRequest
-
-
Method Details
-
executeOperation
- Specified by:
executeOperationin classIracUpdateKeyRequest<Void>
-
getCommandId
public byte getCommandId()Description copied from interface:XSiteRequestUsed by marshallers to convert this command into an id for streaming.- Returns:
- the method id of this command.
-
toString
-