public class BeamFnDataReadRunner<OutputT>
extends java.lang.Object
Can be re-used serially across BeamFnApi.ProcessBundleRequests. For each request, call
registerInputLocation() to start and call blockTillReadFinishes() to finish.
| Modifier and Type | Class and Description |
|---|---|
static class |
BeamFnDataReadRunner.Registrar
A registrar which provides a factory to handle reading from the Fn Api Data Plane.
|
| Modifier and Type | Method and Description |
|---|---|
void |
blockTillReadFinishes() |
void |
registerInputLocation() |