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
(TargetId targetId) Convenience method to synchronously return a sample of row keys on the specifiedTargetId
.BigtableDataClient.sampleRowKeys
(String tableId) Deprecated.BigtableDataClient.sampleRowKeysAsync
(TargetId targetId) Convenience method to asynchronously return a sample of row keys on the specifiedTargetId
.BigtableDataClient.sampleRowKeysAsync
(String tableId) Deprecated.Please useBigtableDataClient.sampleRowKeysAsync(TargetId)
instead.BigtableDataClient.sampleRowKeysCallable()
Deprecated.Please useBigtableDataClient.sampleRowKeysCallableWithRequest()
instead.com.google.api.gax.rpc.UnaryCallable<SampleRowKeysRequest,
List<KeyOffset>> BigtableDataClient.sampleRowKeysCallableWithRequest()
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 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 -
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.
BigtableDataClient.sampleRowKeys(TargetId)
instead.