Class Watch.Growth<InputT,OutputT,KeyT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<InputT>,PCollection<KV<InputT,OutputT>>>
org.apache.beam.sdk.transforms.Watch.Growth<InputT,OutputT,KeyT>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
Watch

public abstract static class Watch.Growth<InputT,OutputT,KeyT> extends PTransform<PCollection<InputT>,PCollection<KV<InputT,OutputT>>>
See Also: