Package org.apache.storm.flux.model
Class StreamDef
java.lang.Object
org.apache.storm.flux.model.StreamDef
Represents a stream of tuples from one Storm component (Spout or Bolt) to another (an edge in the topology DAG).
 
 Required fields are `from` and `to`, which define the source and destination, and the stream `grouping`.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFrom()getName()getTo()voidvoidsetGrouping(GroupingDef grouping) voidvoid
- 
Constructor Details- 
StreamDefpublic StreamDef()
 
- 
- 
Method Details- 
getTo
- 
setTo
- 
getName
- 
setName
- 
getFrom
- 
setFrom
- 
getGrouping
- 
setGrouping
 
-