public interface Bundle<T>
extends java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>
PCollection
.Modifier and Type | Method and Description |
---|---|
Instant |
getMinimumTimestamp()
Return the minimum timestamp among elements in this bundle.
|
Instant getMinimumTimestamp()
This should be equivalent to iterating over all of the elements within a bundle and selecting the minimum timestamp from among them.