Class GcsOptions.ExecutorServiceFactory
java.lang.Object
org.apache.beam.sdk.extensions.gcp.options.GcsOptions.ExecutorServiceFactory
- All Implemented Interfaces:
- DefaultValueFactory<ExecutorService>
- Enclosing interface:
- GcsOptions
public static class GcsOptions.ExecutorServiceFactory
extends Object
implements DefaultValueFactory<ExecutorService>
Returns the default 
ExecutorService to use within the Apache Beam SDK. The ExecutorService is compatible with AppEngine.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory.
- 
Constructor Details- 
ExecutorServiceFactorypublic ExecutorServiceFactory()
 
- 
- 
Method Details- 
createDescription copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
- createin interface- DefaultValueFactory<ExecutorService>
- Parameters:
- options- The current pipeline options.
- Returns:
- The default value to be used for the annotated getter.
 
 
-