Package org.apache.beam.sdk.transforms
Interface Materializations.MultimapView<K,V> 
- Enclosing class:
 Materializations
public static interface Materializations.MultimapView<K,V> 
Represents the 
PrimitiveViewT supplied to the ViewFn when it declares to use
 the multimap materialization.- 
Method Summary
 
- 
Method Details
- 
get
Returns an iterable of all keys. - 
get
Returns an iterable of all the values for the specified key. 
 -