public static class GcsOptions.ExecutorServiceFactory extends Object implements DefaultValueFactory<ExecutorService>
ExecutorService to use within the Dataflow SDK. The
ExecutorService is compatible with AppEngine.| Constructor and Description |
|---|
ExecutorServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
create(PipelineOptions options)
Creates a default value for a getter marked with
Default.InstanceFactory. |
public ExecutorService create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<ExecutorService>options - The current pipeline options.