Class PCollectionViews.MapViewFn<K,V>

java.lang.Object
org.apache.beam.sdk.transforms.ViewFn<Materializations.MultimapView<Void,KV<K,V>>,Map<K,V>>
org.apache.beam.sdk.values.PCollectionViews.MapViewFn<K,V>
All Implemented Interfaces:
Serializable
Enclosing class:
PCollectionViews

@Deprecated public static class PCollectionViews.MapViewFn<K,V> extends ViewFn<Materializations.MultimapView<Void,KV<K,V>>,Map<K,V>>
Deprecated.
Implementation which is able to adapt a multimap materialization to a Map<K, V>.

For internal use only.

See Also: