Uses of Class
com.google.cloud.bigtable.data.v2.models.KeyOffset
Packages that use KeyOffset
Package
Description
A client for the Cloud Bigtable data API.
-
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 KeyOffsetModifier and TypeMethodDescriptionBigtableDataClient.sampleRowKeys(String tableId) Convenience method to synchronously return a sample of row keys in the table.BigtableDataClient.sampleRowKeysAsync(String tableId) Convenience method to asynchronously return a sample of row keys in the table.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 KeyOffsetModifier and TypeMethodDescriptionstatic KeyOffsetKeyOffset.create(com.google.protobuf.ByteString key, long offsetBytes) Method parameters in com.google.cloud.bigtable.data.v2.models with type arguments of type KeyOffset -
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 KeyOffsetModifier and TypeMethodDescriptionEnhancedBigtableStubSettings.Builder.sampleRowKeysSettings()Returns the builder for the settings used for calls to SampleRowKeysSettings.EnhancedBigtableStubSettings.sampleRowKeysSettings()Returns the object with the settings used for calls to SampleRowKeys.