Class ZooKeeperServerShutdownHandler

java.lang.Object
org.apache.zookeeper.server.ZooKeeperServerShutdownHandler

public final class ZooKeeperServerShutdownHandler extends Object
ZooKeeper server shutdown handler which will be used to handle ERROR or SHUTDOWN server state transitions, which in turn releases the associated shutdown latch.
  • Method Details

    • handle

      public void handle(ZooKeeperServer.State state)
      This will be invoked when the server transition to a new server state.
      Parameters:
      state - new server state