@Internal public class Materializations extends java.lang.Object
Utility methods for constructing known materializations
for a
ViewFn
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ITERABLE_MATERIALIZATION_URN
The URN for a
Materialization where the primitive view type is an iterable of fully
specified windowed values. |
Constructor and Description |
---|
Materializations() |
Modifier and Type | Method and Description |
---|---|
static <T> Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>> |
iterable()
For internal use only; no backwards-compatibility guarantees.
|
@Experimental(value=CORE_RUNNERS_ONLY) public static final java.lang.String ITERABLE_MATERIALIZATION_URN
Materialization
where the primitive view type is an iterable of fully
specified windowed values.@Internal public static <T> Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>> iterable()
A Materialization
where the primitive view type is an iterable of fully specified
windowed values.