public interface TransformServiceOptions
extends org.apache.beam.sdk.options.PipelineOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransformServiceOptions.TransformServiceConfigFactory
Loads the TransformService config.
|
org.apache.beam.sdk.options.PipelineOptions.AtomicLongFactory, org.apache.beam.sdk.options.PipelineOptions.CheckEnabled, org.apache.beam.sdk.options.PipelineOptions.DirectRunner, org.apache.beam.sdk.options.PipelineOptions.JobNameFactory, org.apache.beam.sdk.options.PipelineOptions.UserAgentFactory| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
TransformServiceConfig |
getTransformServiceConfig() |
java.lang.String |
getTransformServiceConfigFile() |
void |
setPort(int port) |
void |
setTransformServiceConfig(TransformServiceConfig configFile) |
void |
setTransformServiceConfigFile(java.lang.String configFile) |
int getPort()
void setPort(int port)
java.lang.String getTransformServiceConfigFile()
void setTransformServiceConfigFile(java.lang.String configFile)
@Default.InstanceFactory(value=TransformServiceOptions.TransformServiceConfigFactory.class) TransformServiceConfig getTransformServiceConfig()
void setTransformServiceConfig(TransformServiceConfig configFile)