See: Description
| Class | Description |
|---|---|
| AbstractCloudBigtableTableDoFn<In,Out> |
This class can be used as a superclass for
DoFns that require a Connection in
Dataflow. |
| CloudBigtableConfiguration |
This class defines configuration that a Cloud Bigtable client needs to connect to a Cloud
Bigtable instance.
|
| CloudBigtableConfiguration.Builder |
Builds a
CloudBigtableConfiguration. |
| CloudBigtableIO |
Utilities to create
PTransforms for reading and writing Google Cloud Bigtable entities in a Beam pipeline. |
| 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. |
| 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. |
| CloudBigtableIO.Source | |
| CloudBigtableIO.SourceWithKeys |
A
BoundedSource for a Cloud Bigtable Table with a start/stop key range, along
with a potential filter via a Scan. |
| 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. |
| CloudBigtableScanConfiguration.Builder |
Builds a
CloudBigtableScanConfiguration. |
| CloudBigtableTableConfiguration |
This class defines configuration that a Cloud Bigtable client needs to connect to a user's Cloud
Bigtable instance, including a table to connect to in the instance.
|
| CloudBigtableTableConfiguration.Builder |
Builds a
CloudBigtableTableConfiguration. |
Google Cloud Bigtable offers you a fast, fully managed, massively scalable NoSQL database service that's ideal for web, mobile, and Internet of Things applications requiring terabytes to petabytes of data. Unlike comparable market offerings, Cloud Bigtable doesn't require you to sacrifice speed, scale, or cost efficiency when your applications grow. Cloud Bigtable has been battle-tested at Google for more than 10 years--it's the database driving major applications such as Google Analytics and Gmail.