Package org.apache.storm.cluster
Class ZKStateStorageFactory
- java.lang.Object
-
- org.apache.storm.cluster.ZKStateStorageFactory
-
- All Implemented Interfaces:
StateStorageFactory
public class ZKStateStorageFactory extends Object implements StateStorageFactory
-
-
Constructor Summary
Constructors Constructor Description ZKStateStorageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IStateStorage
mkStore(Map<String,Object> config, Map<String,Object> authConf, ClusterStateContext context)
-
-
-
Method Detail
-
mkStore
public IStateStorage mkStore(Map<String,Object> config, Map<String,Object> authConf, ClusterStateContext context)
- Specified by:
mkStore
in interfaceStateStorageFactory
-
-