Package org.apache.storm.cluster
Interface StateStorageFactory
- All Known Implementing Classes:
PaceMakerStateStorageFactory
,ZKStateStorageFactory
public interface StateStorageFactory
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
mkStore
IStateStorage mkStore(Map<String, Object> config, Map<String, Object> authConf, ClusterStateContext context)
-