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.void
setMetadataTable
(String table) Specifies the name of the metadata table.Methods inherited from interface org.apache.beam.sdk.options.ApplicationNameOptions
getAppName, setAppName
Methods inherited from interface org.apache.beam.sdk.transforms.display.HasDisplayData
populateDisplayData
Methods inherited from interface org.apache.beam.sdk.options.PipelineOptions
as, getJobName, getOptionsId, getRunner, getStableUniqueNames, getTempLocation, getUserAgent, outputRuntimeOptions, revision, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocation, setUserAgent
Methods 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.
-