Uses of Class
org.apache.storm.cluster.ClusterStateContext
-
Uses of ClusterStateContext in org.apache.storm.cluster
Modifier 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) ModifierConstructorDescriptionStormClusterStateImpl
(IStateStorage stateStorage, ILocalAssignmentsBackend assignmentsassignmentsBackend, ClusterStateContext context, boolean shouldCloseStateStorageOnDisconnect) ZKStateStorage
(Map<String, Object> conf, Map<String, Object> authConf, ClusterStateContext context)