Class IracClearKeysRequest

All Implemented Interfaces:
XSiteRequest<Void>

public class IracClearKeysRequest extends IracUpdateKeyRequest<Void>
A clear request that is sent to the remote site by IracManager.
Since:
15.0
Author:
Pedro Ruivo
  • Constructor Details

    • IracClearKeysRequest

      public IracClearKeysRequest()
    • IracClearKeysRequest

      public IracClearKeysRequest(ByteString cacheName)
  • Method Details

    • executeOperation

      public CompletionStage<Void> executeOperation(org.infinispan.xsite.BackupReceiver receiver)
      Specified by:
      executeOperation in class IracUpdateKeyRequest<Void>
    • getCommandId

      public byte getCommandId()
      Description copied from interface: XSiteRequest
      Used by marshallers to convert this command into an id for streaming.
      Returns:
      the method id of this command.
    • toString

      public String toString()
      Overrides:
      toString in class Object