T - the element type of the PCollection.public class ElementSample<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElementSample.ExceptionMetadata |
| Modifier and Type | Field and Description |
|---|---|
ElementSample.ExceptionMetadata |
exception |
long |
id |
org.apache.beam.sdk.util.WindowedValue<T> |
sample |
public final long id
public final org.apache.beam.sdk.util.WindowedValue<T> sample
@Nullable public ElementSample.ExceptionMetadata exception