Iterable<WindowedValue<T>>
as a primitive
view type.@Deprecated @Experimental(value=CORE_RUNNERS_ONLY) public static class PCollectionViews.MapViewFn<K,V> extends ViewFn<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<KV<K,V>>>,java.util.Map<K,V>>
Iterable<WindowedValue<KV<K, V>>
with one value per key to
Map<K, V>
.Constructor and Description |
---|
MapViewFn()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<K,V> |
apply(java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<KV<K,V>>> elements)
Deprecated.
Input iterable must actually be
Iterable<WindowedValue<KV<K, V>>> . |
Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<KV<K,V>>>> |
getMaterialization()
Deprecated.
Gets the materialization of this
ViewFn . |
public Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<KV<K,V>>>> getMaterialization()
ViewFn
ViewFn
.