Iterable<WindowedValue<T>>
as a primitive
view type.@Deprecated @Experimental(value=CORE_RUNNERS_ONLY) public static class PCollectionViews.MultimapViewFn<K,V> extends ViewFn<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<KV<K,V>>>,java.util.Map<K,java.lang.Iterable<V>>>
Iterable<WindowedValue<KV<K, V>>>
to Map<K, Iterable<V>>
.Constructor and Description |
---|
MultimapViewFn()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<K,java.lang.Iterable<V>> |
apply(java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<KV<K,V>>> elements)
Deprecated.
A function to adapt a primitive view type to a desired view type.
|
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
.