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