Class SpannerLookupConfig
java.lang.Object
io.github.flink.gcp.connector.spanner.table.SpannerLookupConfig
- All Implemented Interfaces:
Serializable
Lookup options owned by the Spanner table source.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.connector.source.lookup.cache.DefaultLookupCachebooleanstatic SpannerLookupConfigfrom(org.apache.flink.configuration.ReadableConfig config) org.apache.flink.table.connector.source.lookup.LookupOptions.LookupCacheTypeintinthashCode()booleanisAsync()
-
Method Details
-
from
-
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
-
hashCode
public int hashCode()
-