Uses of Class
org.apache.storm.utils.ZookeeperAuthInfo
-
Packages that use ZookeeperAuthInfo Package Description org.apache.storm.utils -
-
Uses of ZookeeperAuthInfo in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type ZookeeperAuthInfo Modifier and Type Method Description static org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
CuratorUtils. newCurator(Map<String,Object> conf, List<String> servers, Object port, String root, ZookeeperAuthInfo auth, List<org.apache.storm.shade.org.apache.zookeeper.data.ACL> defaultAcl)
static org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
CuratorUtils. newCurator(Map<String,Object> conf, List<String> servers, Object port, ZookeeperAuthInfo auth, List<org.apache.storm.shade.org.apache.zookeeper.data.ACL> defaultAcl)
static org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
CuratorUtils. newCuratorStarted(Map<String,Object> conf, List<String> servers, Object port, String root, ZookeeperAuthInfo auth, List<org.apache.storm.shade.org.apache.zookeeper.data.ACL> defaultAcl)
static org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
CuratorUtils. newCuratorStarted(Map<String,Object> conf, List<String> servers, Object port, ZookeeperAuthInfo auth, List<org.apache.storm.shade.org.apache.zookeeper.data.ACL> defaultAcl)
protected static void
CuratorUtils. setupBuilder(org.apache.storm.shade.org.apache.curator.framework.CuratorFrameworkFactory.Builder builder, String zkStr, Map<String,Object> conf, ZookeeperAuthInfo auth)
static void
CuratorUtils. testSetupBuilder(org.apache.storm.shade.org.apache.curator.framework.CuratorFrameworkFactory.Builder builder, String zkStr, Map<String,Object> conf, ZookeeperAuthInfo auth)
-