| Package | Description |
|---|---|
| com.google.cloud.bigtable.batch.common |
Google Cloud Bigtable Utilities used by Dataflow.
|
| com.google.cloud.bigtable.beam |
Enables you to use Google Cloud Dataflow to read
from and write to Cloud Bigtable tables.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.google.bigtable.repackaged.com.google.cloud.bigtable.data.v2.models.KeyOffset> |
CloudBigtableService.getSampleRowKeys(CloudBigtableTableConfiguration config) |
List<com.google.bigtable.repackaged.com.google.cloud.bigtable.data.v2.models.KeyOffset> |
CloudBigtableServiceImpl.getSampleRowKeys(CloudBigtableTableConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudBigtableScanConfiguration
This class defines configuration that a Cloud Bigtable client needs to connect to a user's Cloud
Bigtable instance; a table to connect to in the instance; and a filter on the table in the form
of a
Scan. |
| Modifier and Type | Method and Description |
|---|---|
CloudBigtableTableConfiguration |
CloudBigtableTableConfiguration.Builder.build()
Builds the
CloudBigtableTableConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static CloudBigtableScanConfiguration |
CloudBigtableScanConfiguration.fromConfig(CloudBigtableTableConfiguration config,
Scan scan)
Converts a
CloudBigtableTableConfiguration object to a CloudBigtableScanConfiguration that will perform the specified Scan on the table. |
static PTransform<PCollection<Mutation>,PDone> |
CloudBigtableIO.writeToTable(CloudBigtableTableConfiguration config)
Creates a
PTransform that can write either a bounded or unbounded PCollection
of Mutations to a table specified via a CloudBigtableTableConfiguration. |
| Constructor and Description |
|---|
CloudBigtableSingleTableBufferedWriteFn(CloudBigtableTableConfiguration config) |