Uses of Class
org.apache.storm.cluster.ClusterStateContext
Packages that use ClusterStateContext
-
Uses of ClusterStateContext in org.apache.storm.cluster
Methods in org.apache.storm.cluster with parameters of type ClusterStateContextModifier and TypeMethodDescriptionstatic IStateStorage
ClusterUtils.mkStateStorage
(Map<String, Object> config, Map<String, Object> authConf, ClusterStateContext context) ClusterUtils.mkStateStorageImpl
(Map<String, Object> config, Map<String, Object> authConf, ClusterStateContext context) PaceMakerStateStorageFactory.mkStore
(Map<String, Object> config, Map<String, Object> authConf, ClusterStateContext context) StateStorageFactory.mkStore
(Map<String, Object> config, Map<String, Object> authConf, ClusterStateContext context) ZKStateStorageFactory.mkStore
(Map<String, Object> config, Map<String, Object> authConf, ClusterStateContext context) static IStormClusterState
ClusterUtils.mkStormClusterState
(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context) static IStormClusterState
ClusterUtils.mkStormClusterState
(Object stateStorage, ClusterStateContext context) ClusterUtils.mkStormClusterStateImpl
(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context) Constructors in org.apache.storm.cluster with parameters of type ClusterStateContextModifierConstructorDescriptionStormClusterStateImpl
(IStateStorage stateStorage, ILocalAssignmentsBackend assignmentsassignmentsBackend, ClusterStateContext context, boolean shouldCloseStateStorageOnDisconnect) ZKStateStorage
(Map<String, Object> conf, Map<String, Object> authConf, ClusterStateContext context)