public class BeamFnDataWriteRunner<InputT>
extends java.lang.Object
Can be re-used serially across BeamFnApi.ProcessBundleRequests. For each request, call
registerForOutput() to start and call close() to finish.
| Modifier and Type | Class and Description |
|---|---|
static class |
BeamFnDataWriteRunner.Registrar
A registrar which provides a factory to handle writing to the Fn Api Data Plane.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
consume(org.apache.beam.sdk.util.WindowedValue<InputT> value) |
void |
registerForOutput() |
public void registerForOutput()
public void close()
throws java.lang.Exception
java.lang.Exceptionpublic void consume(org.apache.beam.sdk.util.WindowedValue<InputT> value) throws java.lang.Exception
java.lang.Exception