See: Description
| Class | Description |
|---|---|
| BoundedSourceSystem |
A Samza system that supports reading from a Beam
BoundedSource. |
| BoundedSourceSystem.Admin<T> |
A
SystemAdmin for BoundedSourceSystem. |
| BoundedSourceSystem.Consumer<T> |
A
SystemConsumer for a BoundedSource. |
| BoundedSourceSystem.Factory<T> |
A
SystemFactory that produces a BoundedSourceSystem for a particular BoundedSource registered in Config. |
| UnboundedSourceSystem |
A Samza system that supports reading from a Beam
UnboundedSource. |
| UnboundedSourceSystem.Admin<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark> |
A
SystemAdmin for UnboundedSourceSystem. |
| UnboundedSourceSystem.Consumer<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark> |
A
SystemConsumer for a UnboundedSource. |
| 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. |