Uses of Interface
org.apache.zookeeper.inspector.manager.ZooInspectorReadOnlyManager
-
Packages that use ZooInspectorReadOnlyManager Package Description org.apache.zookeeper.inspector.manager -
-
Uses of ZooInspectorReadOnlyManager in org.apache.zookeeper.inspector.manager
Subinterfaces of ZooInspectorReadOnlyManager in org.apache.zookeeper.inspector.manager Modifier and Type Interface Description interface
ZooInspectorManager
A Manager for all interactions between the application and the Zookeeper instanceinterface
ZooInspectorNodeManager
A Manager for all interactions between the application and the nodes in a Zookeeper instanceinterface
ZooInspectorNodeTreeManager
A Manager for all interactions between the application and the node tree in a Zookeeper instanceClasses in org.apache.zookeeper.inspector.manager that implement ZooInspectorReadOnlyManager Modifier and Type Class Description class
ZooInspectorManagerImpl
A default implementation ofZooInspectorManager
for connecting to zookeeper instances
-