public class XSiteStateTransferStatusRequestCommand extends BaseRpcCommand
| Modifier and Type | Field and Description |
|---|---|
static byte |
COMMAND_ID |
cacheName, origin| Constructor and Description |
|---|
XSiteStateTransferStatusRequestCommand() |
XSiteStateTransferStatusRequestCommand(ByteString cacheName) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
CompletionStage<?> |
invokeAsync(ComponentRegistry registry)
Invoke the command asynchronously.
|
boolean |
isReturnValueExpected()
If true, a return value will be provided when performed remotely.
|
String |
toString() |
getCacheName, getOrigin, setOriginclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBlock, invoke, invokeAsync, isSuccessful, readFrom, writeTopublic static final byte COMMAND_ID
public XSiteStateTransferStatusRequestCommand()
public XSiteStateTransferStatusRequestCommand(ByteString cacheName)
public CompletionStage<?> invokeAsync(ComponentRegistry registry)
CacheRpcCommand
This method replaces ReplicableCommand.invoke() for remote execution.
The default implementation and ReplicableCommand.invoke() will be removed in future versions.
public byte getCommandId()
ReplicableCommandpublic boolean isReturnValueExpected()
ReplicableCommandResponseGenerator may choose to simply return null to save on marshalling
costs.public String toString()
toString in class BaseRpcCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.