| Interface | Description |
|---|---|
| StartpointVisitor<IN,OUT> |
A
SystemAdmin implementation should implement this abstraction to support Startpoint. |
| Class | Description |
|---|---|
| Startpoint |
Startpoint represents a position in a stream partition.
|
| StartpointOldest |
A
Startpoint that represents the earliest offset in a stream partition. |
| StartpointSpecific |
A
Startpoint that represents a specific offset in a stream partition. |
| StartpointTimestamp |
A
Startpoint that represents a timestamp offset in a stream partition. |
| StartpointUpcoming |
A
Startpoint that represents the latest offset in a stream partition. |