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