Class ZooSession


  • public class ZooSession
    extends Object
    • Constructor Detail

      • ZooSession

        public ZooSession()
    • Method Detail

      • getAuthenticatedSession

        public static org.apache.zookeeper.ZooKeeper getAuthenticatedSession​(String zooKeepers,
                                                                             int timeout,
                                                                             String scheme,
                                                                             byte[] auth)
      • getAnonymousSession

        public static org.apache.zookeeper.ZooKeeper getAnonymousSession​(String zooKeepers,
                                                                         int timeout)