public class BoundedSourceSystem
extends java.lang.Object
BoundedSource. The source is treated as
though it has a single partition and does not support checkpointing via a changelog stream. If
the job is restarted the bounded source will be consumed from the beginning.| Modifier and Type | Class and Description |
|---|---|
static class |
BoundedSourceSystem.Admin<T>
A
SystemAdmin for BoundedSourceSystem. |
static class |
BoundedSourceSystem.Consumer<T>
A
SystemConsumer for a BoundedSource. |
static class |
BoundedSourceSystem.Factory<T>
A
SystemFactory that produces a BoundedSourceSystem for a particular BoundedSource registered in Config. |
| Constructor and Description |
|---|
BoundedSourceSystem() |