Package org.apache.beam.sdk.io.kafka
Class KafkaCheckpointMark.PartitionMark
java.lang.Object
org.apache.beam.sdk.io.kafka.KafkaCheckpointMark.PartitionMark
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 KafkaCheckpointMark
A tuple to hold topic, partition, and offset that comprise the checkpoint for a single
 partition.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionPartitionMark(String topic, int partition, long offset, long watermarkMillis)  - 
Method Summary