Interface BeamSqlDataCatalogExample.DCExamplePipelineOptions
- All Superinterfaces:
HasDisplayData,PipelineOptions
- Enclosing class:
BeamSqlDataCatalogExample
Pipeline options to specify the query and the output for the example.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.beam.sdk.options.PipelineOptions
PipelineOptions.AtomicLongFactory, PipelineOptions.CheckEnabled, PipelineOptions.DirectRunner, PipelineOptions.JobNameFactory, PipelineOptions.UserAgentFactory -
Method Summary
Modifier and TypeMethodDescriptionOutput file prefix.SQL Query.voidsetOutputFilePrefix(String outputPathPrefix) voidsetQueryString(String queryString) Methods inherited from interface org.apache.beam.sdk.transforms.display.HasDisplayData
populateDisplayDataMethods inherited from interface org.apache.beam.sdk.options.PipelineOptions
as, getGbek, getJobName, getOptionsId, getRunner, getStableUniqueNames, getTempLocation, getUserAgent, outputRuntimeOptions, revision, setGbek, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocation, setUserAgent
-
Method Details
-
getQueryString
SQL Query. -
setQueryString
-
getOutputFilePrefix
Output file prefix. -
setOutputFilePrefix
-