public static class FlinkPipelineOptions.MaxBundleSizeFactory extends java.lang.Object implements DefaultValueFactory<java.lang.Long>
| Constructor and Description | 
|---|
| MaxBundleSizeFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Long | create(PipelineOptions options)Creates a default value for a getter marked with  Default.InstanceFactory. | 
public java.lang.Long create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<java.lang.Long>options - The current pipeline options.