public class IracRemoveKeyCommand extends IracUpdateKeyCommand
IracManager.| Modifier and Type | Field and Description |
|---|---|
static byte |
COMMAND_ID |
originSitecacheName, origin| Constructor and Description |
|---|
IracRemoveKeyCommand() |
IracRemoveKeyCommand(ByteString cacheName) |
IracRemoveKeyCommand(ByteString cacheName,
Object key,
IracMetadata iracMetadata) |
| Modifier and Type | Method and Description |
|---|---|
IracRemoveKeyCommand |
copyForCacheName(ByteString cacheName) |
CompletionStage<Void> |
executeOperation(BackupReceiver receiver) |
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
Object |
getKey() |
void |
readFrom(ObjectInput input)
Reads this instance from the stream written by
ReplicableCommand.writeTo(ObjectOutput). |
String |
toString() |
void |
writeTo(ObjectOutput output)
Writes this instance to the
ObjectOutput. |
invokeAsync, isClear, isReturnValueExpected, performInLocalSitesetOriginSitegetCacheName, getOrigin, setOriginclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBlock, invoke, invokeAsync, isSuccessfulpublic static final byte COMMAND_ID
public IracRemoveKeyCommand()
public IracRemoveKeyCommand(ByteString cacheName)
public IracRemoveKeyCommand(ByteString cacheName, Object key, IracMetadata iracMetadata)
public CompletionStage<Void> executeOperation(BackupReceiver receiver)
executeOperation in class IracUpdateKeyCommandpublic byte getCommandId()
ReplicableCommandgetCommandId in interface ReplicableCommandgetCommandId in class XSiteReplicateCommandpublic void writeTo(ObjectOutput output) throws IOException
ReplicableCommandObjectOutput.output - the stream.IOException - if an error occurred during the I/O.public void readFrom(ObjectInput input) throws IOException, ClassNotFoundException
ReplicableCommandReplicableCommand.writeTo(ObjectOutput).input - the stream to read.IOException - if an error occurred during the I/O.ClassNotFoundException - if it tries to load an undefined class.public IracRemoveKeyCommand copyForCacheName(ByteString cacheName)
copyForCacheName in class IracUpdateKeyCommandpublic Object getKey()
getKey in class IracUpdateKeyCommandpublic String toString()
toString in class BaseRpcCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.