Package org.apache.storm.trident.state
Interface StateFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DebugMemoryMapState.Factory
,EsStateFactory
,HdfsStateFactory
,HiveStateFactory
,JdbcStateFactory
,JmsStateFactory
,LRUMemoryMapState.Factory
,MemoryMapState.Factory
,RedisClusterMapState.Factory
,RedisClusterState.Factory
,RedisMapState.Factory
,RedisState.Factory
,TridentKafkaStateFactory
,TridentReach.StaticSingleKeyMapState.Factory
,WindowsStateFactory
-
Method Summary
-
Method Details
-
makeState
State makeState(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
-