Uses of Interface
org.apache.nemo.compiler.frontend.beam.NemoPipelineOptions
-
Packages that use NemoPipelineOptions Package Description org.apache.nemo.client.beam org.apache.nemo.compiler.frontend.beam -
-
Uses of NemoPipelineOptions in org.apache.nemo.client.beam
Methods in org.apache.nemo.client.beam with parameters of type NemoPipelineOptions Modifier and Type Method Description static NemoRunner
NemoRunner. create(NemoPipelineOptions options)
Creates and returns a new NemoRunner with specified options. -
Uses of NemoPipelineOptions in org.apache.nemo.compiler.frontend.beam
Constructors in org.apache.nemo.compiler.frontend.beam with parameters of type NemoPipelineOptions Constructor Description PipelineVisitor(org.apache.beam.sdk.Pipeline pipeline, NemoPipelineOptions pipelineOptions)
-