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 |
Modifier and Type | Method and 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.
|
UnaryCallable<String,List<KeyOffset>> |
BigtableDataClient.sampleRowKeysCallable()
Returns a sample of row keys in the table.
|
UnaryCallSettings<String,List<KeyOffset>> |
BigtableDataSettings.sampleRowKeysSettings()
Deprecated.
Please use
BigtableDataSettings.getStubSettings() |
UnaryCallSettings.Builder<String,List<KeyOffset>> |
BigtableDataSettings.Builder.sampleRowKeysSettings()
Deprecated.
Please use
BigtableDataSettings.Builder.stubSettings() |
Modifier and Type | Method and Description |
---|---|
static KeyOffset |
KeyOffset.create(ByteString key,
long offsetBytes) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings<String,List<KeyOffset>> |
EnhancedBigtableStubSettings.sampleRowKeysSettings()
Returns the object with the settings used for calls to SampleRowKeys.
|
UnaryCallSettings.Builder<String,List<KeyOffset>> |
EnhancedBigtableStubSettings.Builder.sampleRowKeysSettings()
Returns the builder for the settings used for calls to SampleRowKeysSettings.
|
Copyright © 2019 Google LLC. All rights reserved.