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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionTopicPartitionOffset(String topic, int partition, Long offset, OffsetDateTime timestamp) TopicPartitionOffset(org.apache.avro.Schema avroSchema)  - 
Method Summary
 
- 
Field Details
- 
ICEBERG_SCHEMA
 
 - 
 - 
Constructor Details
- 
TopicPartitionOffset
public TopicPartitionOffset(org.apache.avro.Schema avroSchema)  - 
TopicPartitionOffset
 
 - 
 - 
Method Details
- 
topic
 - 
partition
 - 
offset
 - 
timestamp
 - 
getSchema
public org.apache.avro.Schema getSchema()- Specified by:
 getSchemain interfaceorg.apache.avro.generic.GenericContainer
 - 
put
- Specified by:
 putin interfaceorg.apache.avro.generic.IndexedRecord
 - 
get
- Specified by:
 getin interfaceorg.apache.avro.generic.IndexedRecord
 
 -