Package org.apache.beam.runners.jet
Class JetRunner
Jet specific implementation of Beam's
PipelineRunner.-
Method Summary
Modifier and TypeMethodDescriptionstatic JetRunnerfromOptions(PipelineOptions options) static JetRunnerfromOptions(PipelineOptions options, Function<com.hazelcast.client.config.ClientConfig, com.hazelcast.jet.JetInstance> jetClientSupplier) Processes the givenPipeline, potentially asynchronously, returning a runner-specific type of result.Methods inherited from class org.apache.beam.sdk.PipelineRunner
create, run, run
-
Method Details
-
fromOptions
-
fromOptions
public static JetRunner fromOptions(PipelineOptions options, Function<com.hazelcast.client.config.ClientConfig, com.hazelcast.jet.JetInstance> jetClientSupplier) -
run
Description copied from class:PipelineRunnerProcesses the givenPipeline, potentially asynchronously, returning a runner-specific type of result.- Specified by:
runin classPipelineRunner<PipelineResult>
-