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) toString()Methods inherited from class IracUpdateKeyRequest
invokeInLocalCacheMethods inherited from class XSiteCacheRequest
getCacheName, invokeInLocalSiteMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
IracClearKeysRequest
-
-
Method Details
-
executeOperation
- Specified by:
executeOperationin classIracUpdateKeyRequest<Void>
-
toString
-