Class ZooInspectorManagerImpl

java.lang.Object
org.apache.zookeeper.inspector.manager.ZooInspectorManagerImpl
All Implemented Interfaces:
ZooInspectorManager, ZooInspectorNodeManager, ZooInspectorNodeTreeManager, ZooInspectorReadOnlyManager

public class ZooInspectorManagerImpl extends Object implements ZooInspectorManager
A default implementation of ZooInspectorManager for connecting to zookeeper instances
  • Field Details

    • CONNECT_STRING

      public static final String CONNECT_STRING
      The key used for the connect string in the connection properties file
      See Also:
    • SESSION_TIMEOUT

      public static final String SESSION_TIMEOUT
      The key used for the session timeout in the connection properties file
      See Also:
    • DATA_ENCRYPTION_MANAGER

      public static final String DATA_ENCRYPTION_MANAGER
      The key used for the data encryption manager in the connection properties file
      See Also:
    • AUTH_SCHEME_KEY

      public static final String AUTH_SCHEME_KEY
      The key used for the authentication scheme in the connection properties file
      See Also:
    • AUTH_DATA_KEY

      public static final String AUTH_DATA_KEY
      The key used for the authentication data in the connection properties file
      See Also:
    • connected

      protected boolean connected
  • Constructor Details

    • ZooInspectorManagerImpl

      public ZooInspectorManagerImpl() throws IOException
      Throws:
      IOException - - thrown if the default connection settings cannot be loaded
  • Method Details