Uses of Class
org.apache.storm.cluster.DaemonType
-
Packages that use DaemonType Package Description org.apache.storm.blobstore org.apache.storm.cluster org.apache.storm.zookeeper -
-
Uses of DaemonType in org.apache.storm.blobstore
Methods in org.apache.storm.blobstore with parameters of type DaemonType Modifier and Type Method Description static org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
BlobStoreUtils. createZKClient(Map<String,Object> conf, DaemonType type)
-
Uses of DaemonType in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return DaemonType Modifier and Type Method Description DaemonType
ClusterStateContext. getDaemonType()
static DaemonType
DaemonType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DaemonType[]
DaemonType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.cluster with parameters of type DaemonType Constructor Description ClusterStateContext(DaemonType daemonType, Map<String,Object> conf)
-
Uses of DaemonType in org.apache.storm.zookeeper
Methods in org.apache.storm.zookeeper with parameters of type DaemonType Modifier and Type Method Description static org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
ClientZookeeper. mkClient(Map<String,Object> conf, List<String> servers, Object port, String root, WatcherCallBack watcher, Map<String,Object> authConf, DaemonType type)
org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
ClientZookeeper. mkClientImpl(Map<String,Object> conf, List<String> servers, Object port, String root, WatcherCallBack watcher, Map<String,Object> authConf, DaemonType type)
-