Class FlinkPipelineOptions.MaxBundleSizeFactory

java.lang.Object
org.apache.beam.runners.flink.FlinkPipelineOptions.MaxBundleSizeFactory
All Implemented Interfaces:
DefaultValueFactory<Long>
Enclosing interface:
FlinkPipelineOptions

public static class FlinkPipelineOptions.MaxBundleSizeFactory extends Object implements DefaultValueFactory<Long>
Maximum bundle size factory. For a streaming job it's desireable to keep bundle size small to optimize latency. In batch, we optimize for throughput and hence bundle size is kept large.
  • Constructor Details

    • MaxBundleSizeFactory

      public MaxBundleSizeFactory()
  • Method Details