Class TopicPartitionOffset
java.lang.Object
org.apache.iceberg.connect.events.TopicPartitionOffset
- All Implemented Interfaces:
- org.apache.avro.generic.GenericContainer,- org.apache.avro.generic.IndexedRecord
Element representing an offset, with topic name, partition number, and offset.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionTopicPartitionOffset(String topic, int partition, Long offset, OffsetDateTime timestamp) TopicPartitionOffset(org.apache.avro.Schema avroSchema) 
- 
Method Summary
- 
Field Details- 
ICEBERG_SCHEMA
 
- 
- 
Constructor Details- 
TopicPartitionOffsetpublic TopicPartitionOffset(org.apache.avro.Schema avroSchema) 
- 
TopicPartitionOffset
 
- 
- 
Method Details- 
topic
- 
partition
- 
offset
- 
timestamp
- 
getSchemapublic org.apache.avro.Schema getSchema()- Specified by:
- getSchemain interface- org.apache.avro.generic.GenericContainer
 
- 
put- Specified by:
- putin interface- org.apache.avro.generic.IndexedRecord
 
- 
get- Specified by:
- getin interface- org.apache.avro.generic.IndexedRecord
 
 
-