Package org.apache.beam.fn.harness.state
Class IterableSideInput<T>
- java.lang.Object
-
- org.apache.beam.fn.harness.state.IterableSideInput<T>
-
- All Implemented Interfaces:
org.apache.beam.sdk.transforms.Materializations.IterableView<T>
public class IterableSideInput<T> extends java.lang.Object implements org.apache.beam.sdk.transforms.Materializations.IterableView<T>An implementation of a iterable side input that utilizes the Beam Fn State API to fetch values.
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<T>get()
-
-
-
Constructor Detail
-
IterableSideInput
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)
-
-