Class ZooKeeperMultiGroup<T extends NodeState>

    • Constructor Detail

      • ZooKeeperMultiGroup

        public ZooKeeperMultiGroup​(org.apache.curator.framework.CuratorFramework client,
                                   String path,
                                   Class<T> clazz)
      • ZooKeeperMultiGroup

        public ZooKeeperMultiGroup​(org.apache.curator.framework.CuratorFramework client,
                                   String path,
                                   Class<T> clazz,
                                   ExecutorService executorService)
      • ZooKeeperMultiGroup

        public ZooKeeperMultiGroup​(org.apache.curator.framework.CuratorFramework client,
                                   String path,
                                   Class<T> clazz,
                                   ThreadFactory threadFactory)