@DefaultAnnotation(value=org.apache.beam.buildtools.NonnullByDefault.class)
See: Description
| Interface | Description |
|---|---|
| BufferedElement |
An interface for elements buffered during a checkpoint when using @RequiresStableInput.
|
| Class | Description |
|---|---|
| BufferingDoFnRunner<InputT,OutputT> |
A
DoFnRunner which buffers data for supporting DoFn.RequiresStableInput. |
| KeyedBufferingElementsHandler |
A keyed implementation of a
BufferingElementsHandler. |
| NonKeyedBufferingElementsHandler<T> |
A non-keyed implementation of a
BufferingElementsHandler. |