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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
getName()
getTo()
void
void
setGrouping
(GroupingDef grouping) void
void
-
Constructor Details
-
StreamDef
public StreamDef()
-
-
Method Details
-
getTo
-
setTo
-
getName
-
setName
-
getFrom
-
setFrom
-
getGrouping
-
setGrouping
-