Class FlinkPipelineOptions.MaxBundleTimeFactory

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

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

    • MaxBundleTimeFactory

      public MaxBundleTimeFactory()
  • Method Details