Class XSiteTakeOfflineCommand

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.xsite.commands.XSiteTakeOfflineCommand
All Implemented Interfaces:
org.infinispan.commands.remote.CacheRpcCommand, ReplicableCommand

public class XSiteTakeOfflineCommand extends org.infinispan.commands.remote.BaseRpcCommand
Take a site offline.
Since:
11.0
Author:
Ryan Emerson
  • Field Details

  • Constructor Details

    • XSiteTakeOfflineCommand

      public XSiteTakeOfflineCommand()
    • XSiteTakeOfflineCommand

      public XSiteTakeOfflineCommand(ByteString cacheName)
    • XSiteTakeOfflineCommand

      public XSiteTakeOfflineCommand(ByteString cacheName, String siteName)
  • Method Details