Uses of Class
org.apache.storm.flux.model.StreamDef
-
Packages that use StreamDef Package Description org.apache.storm.flux.model -
-
Uses of StreamDef in org.apache.storm.flux.model
Methods in org.apache.storm.flux.model that return types with arguments of type StreamDef Modifier and Type Method Description List<StreamDef>
TopologyDef. getStreams()
Method parameters in org.apache.storm.flux.model with type arguments of type StreamDef Modifier and Type Method Description void
TopologyDef. addAllStreams(List<StreamDef> streams, boolean override)
Adds a list of stream definitions.void
TopologyDef. setStreams(List<StreamDef> streams)
-