public class IracClearKeysCommand extends IracUpdateKeyCommand
IracManager
.Modifier and Type | Field and Description |
---|---|
static byte |
COMMAND_ID |
originSite
cacheName, 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, performInLocalSite
setOriginSite
getCacheName, getOrigin, setOrigin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canBlock, invoke, invokeAsync, isSuccessful
public static final byte COMMAND_ID
public IracClearKeysCommand()
public IracClearKeysCommand(ByteString cacheName)
public CompletionStage<Void> executeOperation(BackupReceiver receiver)
executeOperation
in class IracUpdateKeyCommand
public byte getCommandId()
ReplicableCommand
getCommandId
in interface ReplicableCommand
getCommandId
in class XSiteReplicateCommand
public void writeTo(ObjectOutput output) throws IOException
ReplicableCommand
ObjectOutput
.output
- the stream.IOException
- if an error occurred during the I/O.public void readFrom(ObjectInput input) throws IOException, ClassNotFoundException
ReplicableCommand
ReplicableCommand.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 IracUpdateKeyCommand
public IracClearKeysCommand copyForCacheName(ByteString cacheName)
copyForCacheName
in class IracUpdateKeyCommand
public boolean isClear()
isClear
in class IracUpdateKeyCommand
public String toString()
toString
in class BaseRpcCommand
Copyright © 2021 JBoss by Red Hat. All rights reserved.