Interface SpannerIO.SpannerChangeStreamOptions

  • All Superinterfaces:
    org.apache.beam.sdk.options.ApplicationNameOptions, org.apache.beam.sdk.transforms.display.HasDisplayData, org.apache.beam.sdk.options.PipelineOptions, org.apache.beam.sdk.options.StreamingOptions
    Enclosing class:
    SpannerIO

    public static interface SpannerIO.SpannerChangeStreamOptions
    extends org.apache.beam.sdk.options.StreamingOptions
    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

        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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMetadataTable()
      Returns the name of the metadata table.
      void setMetadataTable​(java.lang.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, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocation, setUserAgent
      • Methods inherited from interface org.apache.beam.sdk.options.StreamingOptions

        isStreaming, setStreaming
    • Method Detail

      • getMetadataTable

        java.lang.String getMetadataTable()
        Returns the name of the metadata table.
      • setMetadataTable

        void setMetadataTable​(java.lang.String table)
        Specifies the name of the metadata table.