Uses of Class
com.google.cloud.bigtable.beam.AbstractCloudBigtableTableDoFn
-
Packages that use AbstractCloudBigtableTableDoFn Package Description com.google.cloud.bigtable.beam Enables you to use Google Cloud Dataflow to read from and write to Cloud Bigtable tables. -
-
Uses of AbstractCloudBigtableTableDoFn in com.google.cloud.bigtable.beam
Subclasses of AbstractCloudBigtableTableDoFn in com.google.cloud.bigtable.beam Modifier and Type Class and Description static class
CloudBigtableIO.CloudBigtableMultiTableWriteFn
ADoFn
that can write either a bounded or unboundedPCollection
ofKV
of (String tableName, List ofMutation
s) to the specified table.static class
CloudBigtableIO.CloudBigtableSingleTableBufferedWriteFn
ADoFn
that can write either a bounded or unboundedPCollection
ofMutation
s to a table specified via aCloudBigtableTableConfiguration
using the BufferedMutator.
-