public class IracPutKeyCommand extends IracUpdateKeyCommand
IracManager.| Modifier and Type | Field and Description |
|---|---|
static byte |
COMMAND_ID |
originSitecacheName, origin| Constructor and Description |
|---|
IracPutKeyCommand() |
IracPutKeyCommand(ByteString cacheName) |
IracPutKeyCommand(ByteString cacheName,
Object key,
Object value,
Metadata metadata,
IracMetadata iracMetadata) |
| Modifier and Type | Method and Description |
|---|---|
IracPutKeyCommand |
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 IracPutKeyCommand()
public IracPutKeyCommand(ByteString cacheName)
public IracPutKeyCommand(ByteString cacheName, Object key, Object value, Metadata metadata, 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 String toString()
toString in class BaseRpcCommandpublic Object getKey()
getKey in class IracUpdateKeyCommandpublic IracPutKeyCommand copyForCacheName(ByteString cacheName)
copyForCacheName in class IracUpdateKeyCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.