Uses of Class
com.google.cloud.bigtable.data.v2.models.KeyOffset
-
Packages that use KeyOffset Package Description com.google.cloud.bigtable.data.v2 A client for the Cloud Bigtable data API.com.google.cloud.bigtable.data.v2.models com.google.cloud.bigtable.data.v2.stub -
-
Uses of KeyOffset in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type KeyOffset Modifier and Type Method Description List<KeyOffset>
BigtableDataClient. sampleRowKeys(String tableId)
Convenience method to synchronously return a sample of row keys in the table.com.google.api.core.ApiFuture<List<KeyOffset>>
BigtableDataClient. sampleRowKeysAsync(String tableId)
Convenience method to asynchronously return a sample of row keys in the table.com.google.api.gax.rpc.UnaryCallable<String,List<KeyOffset>>
BigtableDataClient. sampleRowKeysCallable()
Returns a sample of row keys in the table. -
Uses of KeyOffset in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return KeyOffset Modifier and Type Method Description static KeyOffset
KeyOffset. create(com.google.protobuf.ByteString key, long offsetBytes)
Method parameters in com.google.cloud.bigtable.data.v2.models with type arguments of type KeyOffset Modifier and Type Method Description List<Query>
Query. shard(List<KeyOffset> sampledRowKeys)
Split this query into multiple queries that can be evenly distributed across Bigtable nodes and be run in parallel. -
Uses of KeyOffset in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type KeyOffset Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<String,List<KeyOffset>>
EnhancedBigtableStubSettings.Builder. sampleRowKeysSettings()
Returns the builder for the settings used for calls to SampleRowKeysSettings.com.google.api.gax.rpc.UnaryCallSettings<String,List<KeyOffset>>
EnhancedBigtableStubSettings. sampleRowKeysSettings()
Returns the object with the settings used for calls to SampleRowKeys.
-