Class ExpansionServiceOptions.ExpansionServiceConfigFactory
- java.lang.Object
-
- org.apache.beam.sdk.expansion.service.ExpansionServiceOptions.ExpansionServiceConfigFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<ExpansionServiceConfig>
- Enclosing interface:
- ExpansionServiceOptions
public static class ExpansionServiceOptions.ExpansionServiceConfigFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<ExpansionServiceConfig>
Loads the ExpansionService config.
-
-
Constructor Summary
Constructors Constructor Description ExpansionServiceConfigFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpansionServiceConfigcreate(org.apache.beam.sdk.options.PipelineOptions options)
-
-
-
Method Detail
-
create
public ExpansionServiceConfig create(org.apache.beam.sdk.options.PipelineOptions options)
- Specified by:
createin interfaceorg.apache.beam.sdk.options.DefaultValueFactory<ExpansionServiceConfig>
-
-