Uses of Interface
com.google.cloud.spanner.watcher.ShardProvider
-
-
Uses of ShardProvider in com.google.cloud.spanner.watcher
Classes in com.google.cloud.spanner.watcher that implement ShardProvider Modifier and Type Class Description classFixedShardProviderImplementation ofShardProviderthat returns a fixed shard id.classTimebasedShardProviderImplementation ofShardProviderthat generates aShardIdbased on the current system time of Cloud Spanner.Methods in com.google.cloud.spanner.watcher with parameters of type ShardProvider Modifier and Type Method Description SpannerDatabaseTailer.BuilderSpannerDatabaseTailer.Builder. setShardProvider(ShardProvider shardProvider)Sets theShardProviderthat thisSpannerDatabaseTailershould use for all tables that do not have a specificShardProviderset throughSpannerDatabaseTailer.Builder.setShardProviders(Map).SpannerTableTailer.BuilderSpannerTableTailer.Builder. setShardProvider(ShardProvider provider)Sets theShardProviderthat thisSpannerTableTailershould use.Method parameters in com.google.cloud.spanner.watcher with type arguments of type ShardProvider Modifier and Type Method Description SpannerDatabaseTailer.BuilderSpannerDatabaseTailer.Builder. setShardProviders(Map<TableId,ShardProvider> shardProviders)Sets theShardProviders to use for specific tables.
-