public class MultimapSideInput<K,V>
extends java.lang.Object
implements org.apache.beam.sdk.transforms.Materializations.MultimapView<K,V>
| Constructor and Description |
|---|
MultimapSideInput(Cache<?,?> cache,
BeamFnStateClient beamFnStateClient,
java.lang.String instructionId,
org.apache.beam.model.fnexecution.v1.BeamFnApi.StateKey stateKey,
org.apache.beam.sdk.coders.Coder<K> keyCoder,
org.apache.beam.sdk.coders.Coder<V> valueCoder,
boolean useBulkRead) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<K> |
get() |
java.lang.Iterable<V> |
get(K k) |
public MultimapSideInput(Cache<?,?> cache, BeamFnStateClient beamFnStateClient, java.lang.String instructionId, org.apache.beam.model.fnexecution.v1.BeamFnApi.StateKey stateKey, org.apache.beam.sdk.coders.Coder<K> keyCoder, org.apache.beam.sdk.coders.Coder<V> valueCoder, boolean useBulkRead)