Interface SpannerIO.SpannerChangeStreamOptions
- All Superinterfaces:
ApplicationNameOptions,HasDisplayData,PipelineOptions,StreamingOptions
- Enclosing class:
SpannerIO
Interface to display the name of the metadata table on Dataflow UI. This is only used for
internal purpose. This should not be used to pass the name of the metadata table.
-
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 TypeMethodDescriptionReturns the name of the metadata table.voidsetMetadataTable(String table) Specifies the name of the metadata table.Methods inherited from interface org.apache.beam.sdk.options.ApplicationNameOptions
getAppName, setAppNameMethods 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, setUserAgentMethods inherited from interface org.apache.beam.sdk.options.StreamingOptions
getUpdateCompatibilityVersion, isStreaming, setStreaming, setUpdateCompatibilityVersion
-
Method Details
-
getMetadataTable
String getMetadataTable()Returns the name of the metadata table. -
setMetadataTable
Specifies the name of the metadata table.
-