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