Package org.apache.storm.trident.testing
Class LRUMemoryMapState.Factory
java.lang.Object
org.apache.storm.trident.testing.LRUMemoryMapState.Factory
- All Implemented Interfaces:
Serializable
,StateFactory
- Enclosing class:
- LRUMemoryMapState<T>
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Factory
public Factory(int maxSize)
-
-
Method Details
-
makeState
public State makeState(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) - Specified by:
makeState
in interfaceStateFactory
-