Class WindowsStateFactory
java.lang.Object
org.apache.storm.trident.windowing.WindowsStateFactory
- All Implemented Interfaces:
Serializable
,StateFactory
StateFactory
instance for creating WindowsState
instances.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WindowsStateFactory
public WindowsStateFactory()
-
-
Method Details
-
makeState
public State makeState(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) - Specified by:
makeState
in interfaceStateFactory
-