Package org.apache.zookeeper.inspector.manager
-
Interface Summary Interface Description NodeListener A Listener for Events on zookeeper nodesZooInspectorManager A Manager for all interactions between the application and the Zookeeper instanceZooInspectorNodeManager A Manager for all interactions between the application and the nodes in a Zookeeper instanceZooInspectorNodeTreeManager A Manager for all interactions between the application and the node tree in a Zookeeper instanceZooInspectorReadOnlyManager A Manager for all read only interactions between the application and a node in a Zookeeper instance -
Class Summary Class Description NodesCache A local cache of ZNodes in front of the Zookeeper server(s) to help cut down on network calls.Pair<K,V> A utility class for storing a pair of objectsZooInspectorManagerImpl A default implementation ofZooInspectorManager
for connecting to zookeeper instances