Package org.apache.zookeeper.server
Interface ZooKeeperServerListener
public interface ZooKeeperServerListener
Listener for the critical resource events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyStopping(String threadName, int errorCode) This will notify the server that some critical thread has stopped.
-
Method Details
-
notifyStopping
This will notify the server that some critical thread has stopped. It usually takes place when fatal error occurred.- Parameters:
threadName- - name of the threaderrorCode- - error code
-