Class RecoveryCommand

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.commands.remote.recovery.RecoveryCommand
All Implemented Interfaces:
InitializableCommand, CacheRpcCommand, ReplicableCommand

@Deprecated public abstract class RecoveryCommand extends BaseRpcCommand implements InitializableCommand
Deprecated.
since 11.0, class will be removed with no direct replacement. BaseRpcCommand should be extended instead.
Base class for recovery-related rpc-commands.
Since:
5.0
Author:
Mircea.Markus@jboss.com
  • Field Details

  • Constructor Details

    • RecoveryCommand

      protected RecoveryCommand(ByteString cacheName)
      Deprecated.
  • Method Details