Iterable<WindowedValue<T>>
as a primitive
view type.@Deprecated @Experimental(value=CORE_RUNNERS_ONLY) public static class PCollectionViews.IterableViewFn<T> extends ViewFn<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>,java.lang.Iterable<T>>
Iterable<WindowedValue<T>>
to Iterable<T>
.
For internal use only.
Constructor and Description |
---|
IterableViewFn()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<T> |
apply(java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>> contents)
Deprecated.
A function to adapt a primitive view type to a desired view type.
|
Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>> |
getMaterialization()
Deprecated.
Gets the materialization of this
ViewFn . |
public Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>> getMaterialization()
ViewFn
ViewFn
.getMaterialization
in class ViewFn<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>,java.lang.Iterable<T>>