Class WindowsStateFactory
- java.lang.Object
-
- org.apache.storm.trident.windowing.WindowsStateFactory
-
- All Implemented Interfaces:
Serializable
,StateFactory
public class WindowsStateFactory extends Object implements StateFactory
StateFactory
instance for creatingWindowsState
instances.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowsStateFactory()
-
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
-
-