Uses of Class
org.apache.storm.flux.model.TopologyDef
-
Packages that use TopologyDef Package Description org.apache.storm.flux org.apache.storm.flux.model org.apache.storm.flux.parser -
-
Uses of TopologyDef in org.apache.storm.flux
Methods in org.apache.storm.flux with parameters of type TopologyDef Modifier and Type Method Description static Config
FluxBuilder. buildConfig(TopologyDef topologyDef)
Given a topology definition, return a populated `org.apache.storm.Config` instance. -
Uses of TopologyDef in org.apache.storm.flux.model
Methods in org.apache.storm.flux.model that return TopologyDef Modifier and Type Method Description TopologyDef
ExecutionContext. getTopologyDef()
Constructors in org.apache.storm.flux.model with parameters of type TopologyDef Constructor Description ExecutionContext(TopologyDef topologyDef, Config config)
-
Uses of TopologyDef in org.apache.storm.flux.parser
Methods in org.apache.storm.flux.parser that return TopologyDef Modifier and Type Method Description static TopologyDef
FluxParser. parseFile(String inputFile, boolean dumpYaml, boolean processIncludes, Properties properties, boolean envSub)
Parse a flux topology definition.static TopologyDef
FluxParser. parseInputStream(InputStream inputStream, boolean dumpYaml, boolean processIncludes, Properties properties, boolean envSub)
Parse a flux topology definition.static TopologyDef
FluxParser. parseResource(String resource, boolean dumpYaml, boolean processIncludes, Properties properties, boolean envSub)
Parse a flux topology definition from a classpath resource..
-