public class IracPutKeyCommand extends IracUpdateKeyCommand
IracManager
.Modifier and Type | Field and Description |
---|---|
static byte |
COMMAND_ID |
originSite
cacheName, 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, 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 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 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 String toString()
toString
in class BaseRpcCommand
public Object getKey()
getKey
in class IracUpdateKeyCommand
public IracPutKeyCommand copyForCacheName(ByteString cacheName)
copyForCacheName
in class IracUpdateKeyCommand
Copyright © 2021 JBoss by Red Hat. All rights reserved.