Skip navigation links

@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)

Package org.apache.beam.sdk

Provides a simple, powerful model for building both batch and streaming parallel data processing Pipelines.

See: Description

Package org.apache.beam.sdk Description

Provides a simple, powerful model for building both batch and streaming parallel data processing Pipelines.

To use the Apache Beam SDK, you build a Pipeline, which manages a graph of PTransforms and the PCollections that the PTransforms consume and produce.

Each Pipeline has a PipelineRunner to specify where and how it should run after pipeline construction is complete.

Skip navigation links