Class IracTouchKeyRequest
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<Boolean>
org.infinispan.xsite.commands.remote.IracUpdateKeyRequest<Boolean>
org.infinispan.xsite.commands.remote.IracTouchKeyRequest
- All Implemented Interfaces:
TracedCommand, XSiteRequest<Boolean>
A request that is sent to the remote site by
IracManager.- Since:
- 15.0
- Author:
- William Burns
-
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.readFrom(ObjectInput input) Reads this instance from the stream written byXSiteRequest.writeTo(ObjectOutput).voidwriteTo(ObjectOutput output) Writes this instance to theObjectOutput.Methods inherited from class IracUpdateKeyRequest
invokeInLocalCacheMethods inherited from class XSiteCacheRequest
invokeInLocalSiteMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
IracTouchKeyRequest
public IracTouchKeyRequest() -
IracTouchKeyRequest
-
-
Method Details
-
executeOperation
- Specified by:
executeOperationin classIracUpdateKeyRequest<Boolean>
-
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.
-
writeTo
Description copied from interface:XSiteRequestWrites this instance to theObjectOutput.- Specified by:
writeToin interfaceXSiteRequest<Boolean>- Overrides:
writeToin classXSiteCacheRequest<Boolean>- Parameters:
output- the stream.- Throws:
IOException- if an error occurred during the I/O.
-
readFrom
Description copied from interface:XSiteRequestReads this instance from the stream written byXSiteRequest.writeTo(ObjectOutput).- Specified by:
readFromin interfaceXSiteRequest<Boolean>- Overrides:
readFromin classXSiteCacheRequest<Boolean>- Parameters:
input- the stream to read.- Throws:
IOException- if an error occurred during the I/O.ClassNotFoundException- if it tries to load an undefined class.
-