Class DataflowStreamingPipelineOptions.PeriodicStatusPageDirectoryFactory
java.lang.Object
org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions.PeriodicStatusPageDirectoryFactory
- All Implemented Interfaces:
 DefaultValueFactory<String>
- Enclosing interface:
 DataflowStreamingPipelineOptions
public static class DataflowStreamingPipelineOptions.PeriodicStatusPageDirectoryFactory
extends Object
implements DefaultValueFactory<String>
Read 'PeriodicStatusPageOutputDirector' from system property
 'windmill.periodic_status_page_directory' or null if unspecified.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory. 
- 
Constructor Details
- 
PeriodicStatusPageDirectoryFactory
public PeriodicStatusPageDirectoryFactory() 
 - 
 - 
Method Details
- 
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
 createin interfaceDefaultValueFactory<String>- Parameters:
 options- The current pipeline options.- Returns:
 - The default value to be used for the annotated getter.
 
 
 -