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