@Internal public class Materializations extends java.lang.Object
Utility methods for constructing known materializations for a
 ViewFn.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Materializations.MultimapView<K,V>Represents the  PrimitiveViewTsupplied to theViewFnwhen it declares to
 use themultimap materialization. | 
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | MULTIMAP_MATERIALIZATION_URNThe URN for a  Materializationwhere the primitive view type is an multimap of fully
 specified windowed values. | 
| Constructor and Description | 
|---|
| Materializations() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> Materialization<Materializations.MultimapView<K,V>> | multimap()For internal use only; no backwards-compatibility guarantees. | 
@Experimental(value=CORE_RUNNERS_ONLY) public static final java.lang.String MULTIMAP_MATERIALIZATION_URN
Materialization where the primitive view type is an multimap of fully
 specified windowed values.@Internal public static <K,V> Materialization<Materializations.MultimapView<K,V>> multimap()
A Materialization where the primitive view type is a multimap with fully
 specified windowed keys.