| Interface and Description |
|---|
| org.apache.beam.runners.dataflow.options.DataflowWorkerLoggingOptions
This interface will no longer be the source of truth for worker logging configuration
once jobs are executed using a dedicated SDK harness instead of user code being co-located
alongside Dataflow worker code. Please set the option below and also the corresponding option
within
SdkHarnessOptions to ensure forward compatibility. |
| Field and Description |
|---|
| org.apache.beam.runners.dataflow.util.PropertyNames.RESTRICTION_CODER
Uses the incorrect terminology.
PropertyNames.RESTRICTION_ENCODING. Should be removed
once non FnAPI SplittableDoFn expansion for Dataflow is removed. |
| Method and Description |
|---|
| org.apache.beam.runners.dataflow.util.MonitoringUtil.getJobMonitoringPageURL(String, String)
this method defaults the region to "us-central1". Prefer using the overload with an
explicit regionId parameter.
|
| org.apache.beam.runners.dataflow.options.DataflowPipelineWorkerPoolOptions.getWorkerHarnessContainerImage() |
| org.apache.beam.runners.dataflow.options.DataflowPipelineWorkerPoolOptions.setWorkerHarnessContainerImage(String) |
| Enum Constant and Description |
|---|
| org.apache.beam.runners.dataflow.options.DataflowPipelineWorkerPoolOptions.AutoscalingAlgorithmType.BASIC |