Package org.apache.zookeeper.server
Interface ZooKeeperServerListener
-
public interface ZooKeeperServerListener
Listener for the critical resource events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyStopping(java.lang.String threadName, int errorCode)
This will notify the server that some critical thread has stopped.
-