Class SpannerIO.CreateTransaction

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PInput,PCollectionView<Transaction>>
org.apache.beam.sdk.io.gcp.spanner.SpannerIO.CreateTransaction
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
SpannerIO

public abstract static class SpannerIO.CreateTransaction extends PTransform<PInput,PCollectionView<Transaction>>
A PTransform that create a transaction. If applied to a PCollection, it will create a transaction after the PCollection is closed.
See Also: