Package org.apache.storm.trident.testing
Class MemoryMapState.Factory
- java.lang.Object
-
- org.apache.storm.trident.testing.MemoryMapState.Factory
-
- All Implemented Interfaces:
Serializable
,StateFactory
- Enclosing class:
- MemoryMapState<T>
public static class MemoryMapState.Factory extends Object implements StateFactory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description State
makeState(Map<String,Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
-
-
-
Method Detail
-
makeState
public State makeState(Map<String,Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
- Specified by:
makeState
in interfaceStateFactory
-
-