@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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
invokeAsync
canBlock, getCommandId, invoke, invokeAsync, isSuccessful, readFrom, writeTo
protected RecoveryManager recoveryManager
protected RecoveryCommand(ByteString cacheName)
public void init(ComponentRegistry componentRegistry, boolean isRemote)
init
in interface InitializableCommand
public boolean isReturnValueExpected()
ReplicableCommand
ResponseGenerator
may choose to simply return null to save on marshalling
costs.isReturnValueExpected
in interface ReplicableCommand
Copyright © 2021 JBoss by Red Hat. All rights reserved.