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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Factorypublic Factory(int maxSize) 
 
- 
- 
Method Details- 
makeStatepublic State makeState(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) - Specified by:
- makeStatein interface- StateFactory
 
 
-