Uses of Class
org.apache.nemo.client.beam.NemoRunner
-
Packages that use NemoRunner Package Description org.apache.nemo.client.beam -
-
Uses of NemoRunner in org.apache.nemo.client.beam
Methods in org.apache.nemo.client.beam that return NemoRunner Modifier and Type Method Description static NemoRunner
NemoRunner. create()
Creates and returns a new NemoRunner with default options.static NemoRunner
NemoRunner. create(NemoPipelineOptions options)
Creates and returns a new NemoRunner with specified options.static NemoRunner
NemoRunner. fromOptions(org.apache.beam.sdk.options.PipelineOptions options)
Static initializer for creating PipelineRunner with the given options.
-