Class SpannerLookupConfig

java.lang.Object
io.github.flink.gcp.connector.spanner.table.SpannerLookupConfig
All Implemented Interfaces:
Serializable

@Internal public final class SpannerLookupConfig extends Object implements Serializable
Lookup options owned by the Spanner table source.
See Also:
  • Method Details

    • from

      public static SpannerLookupConfig from(org.apache.flink.configuration.ReadableConfig config)
    • isAsync

      public boolean isAsync()
    • getCacheType

      public org.apache.flink.table.connector.source.lookup.LookupOptions.LookupCacheType getCacheType()
    • getMaxRetries

      public int getMaxRetries()
    • createPartialCache

      public org.apache.flink.table.connector.source.lookup.cache.DefaultLookupCache createPartialCache()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object