public class IracClearKeysCommand extends IracUpdateKeyCommand
IracManager.| Modifier and Type | Field and Description |
|---|---|
static byte |
COMMAND_ID |
originSitecacheName, origin| Constructor and Description |
|---|
IracClearKeysCommand() |
IracClearKeysCommand(ByteString cacheName) |
| Modifier and Type | Method and Description |
|---|---|
IracClearKeysCommand |
copyForCacheName(ByteString cacheName) |
CompletionStage<Void> |
executeOperation(BackupReceiver receiver) |
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
Object |
getKey() |
boolean |
isClear() |
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, isReturnValueExpected, performInLocalSitesetOriginSitegetCacheName, getOrigin, setOriginclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBlock, invoke, invokeAsync, isSuccessfulpublic static final byte COMMAND_ID
public IracClearKeysCommand()
public IracClearKeysCommand(ByteString cacheName)
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 Object getKey()
getKey in class IracUpdateKeyCommandpublic IracClearKeysCommand copyForCacheName(ByteString cacheName)
copyForCacheName in class IracUpdateKeyCommandpublic boolean isClear()
isClear in class IracUpdateKeyCommandpublic String toString()
toString in class BaseRpcCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.