Class BigtableIO.WriteWithResults

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<KV<ByteString,Iterable<com.google.bigtable.v2.Mutation>>>,PCollection<BigtableWriteResult>>
org.apache.beam.sdk.io.gcp.bigtable.BigtableIO.WriteWithResults
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
BigtableIO

public static class BigtableIO.WriteWithResults extends PTransform<PCollection<KV<ByteString,Iterable<com.google.bigtable.v2.Mutation>>>,PCollection<BigtableWriteResult>>
A PTransform that writes to Google Cloud Bigtable and emits a BigtableWriteResult for each batch written. See the class-level Javadoc on BigtableIO for more information.
See Also: