Package org.apache.storm.streams
Class WindowNode
java.lang.Object
org.apache.storm.streams.WindowNode
- All Implemented Interfaces:
- Serializable
Node that captures the windowing configurations.
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanvoidsetEmitsPair(boolean emitsPair) voidsetWindowed(boolean windowed) toString()
- 
Field Details- 
PUNCTUATION- See Also:
 
- 
outputFields
- 
groupingInfoprotected org.apache.storm.streams.GroupingInfo groupingInfo
- 
componentId
- 
parallelismprotected int parallelism
 
- 
- 
Method Details