public class UnboundedSourceSystem
extends java.lang.Object
UnboundedSource. The source is split
into partitions. Samza creates the job model by assigning partitions to Samza tasks.| Modifier and Type | Class and Description |
|---|---|
static class |
UnboundedSourceSystem.Admin<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark>
A
SystemAdmin for UnboundedSourceSystem. |
static class |
UnboundedSourceSystem.Consumer<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark>
A
SystemConsumer for a UnboundedSource. |
static class |
UnboundedSourceSystem.Factory<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark>
A
SystemFactory that produces a UnboundedSourceSystem for a particular UnboundedSource registered in Config. |
| Constructor and Description |
|---|
UnboundedSourceSystem() |