@Deprecated public abstract class RecoveryCommand extends BaseRpcCommand implements InitializableCommand
| Modifier and Type | Field and Description |
|---|---|
protected RecoveryManager |
recoveryManager
Deprecated.
|
cacheName, origin| Modifier | Constructor and Description |
|---|---|
protected |
RecoveryCommand(ByteString cacheName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(ComponentRegistry componentRegistry,
boolean isRemote)
Deprecated.
|
boolean |
isReturnValueExpected()
Deprecated.
If true, a return value will be provided when performed remotely.
|
getCacheName, getOrigin, setOrigin, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinvokeAsynccanBlock, getCommandId, invoke, invokeAsync, isSuccessful, readFrom, writeToprotected RecoveryManager recoveryManager
protected RecoveryCommand(ByteString cacheName)
public void init(ComponentRegistry componentRegistry, boolean isRemote)
init in interface InitializableCommandpublic boolean isReturnValueExpected()
ReplicableCommandResponseGenerator may choose to simply return null to save on marshalling
costs.isReturnValueExpected in interface ReplicableCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.