| Package | Description |
|---|---|
| com.google.cloud.bigtable.beam |
Enables you to use Google Cloud Dataflow to read
from and write to Cloud Bigtable tables.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudBigtableIO.CloudBigtableMultiTableWriteFn
A
DoFn that can write either a bounded or unbounded PCollection of KV
of (String tableName, List of Mutations) to the specified table. |
static class |
CloudBigtableIO.CloudBigtableSingleTableBufferedWriteFn
A
DoFn that can write either a bounded or unbounded PCollection of Mutations to a table specified via a CloudBigtableTableConfiguration using the
BufferedMutator. |