Class TransformServiceOptions.TransformServiceConfigFactory
- java.lang.Object
-
- org.apache.beam.sdk.transformservice.TransformServiceOptions.TransformServiceConfigFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<TransformServiceConfig>
- Enclosing interface:
- TransformServiceOptions
public static class TransformServiceOptions.TransformServiceConfigFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<TransformServiceConfig>
Loads the TransformService config.
-
-
Constructor Summary
Constructors Constructor Description TransformServiceConfigFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformServiceConfigcreate(org.apache.beam.sdk.options.PipelineOptions options)
-
-
-
Method Detail
-
create
public TransformServiceConfig create(org.apache.beam.sdk.options.PipelineOptions options)
- Specified by:
createin interfaceorg.apache.beam.sdk.options.DefaultValueFactory<TransformServiceConfig>
-
-