public static class FlinkPipelineOptions.MaxBundleTimeFactory extends java.lang.Object implements DefaultValueFactory<java.lang.Long>
| Constructor and Description | 
|---|
MaxBundleTimeFactory()  | 
| 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.