Class CommitComplete
java.lang.Object
org.apache.iceberg.connect.events.CommitComplete
- All Implemented Interfaces:
- org.apache.avro.generic.GenericContainer,- org.apache.avro.generic.IndexedRecord,- Payload
A control event payload for events sent by a coordinator that indicates it has completed a commit
 cycle. Events with this payload are not consumed by the sink, they are informational and can be
 used by consumers to trigger downstream processes.
- 
Constructor SummaryConstructorsConstructorDescriptionCommitComplete(UUID commitId, OffsetDateTime validThroughTs) CommitComplete(org.apache.avro.Schema avroSchema) 
- 
Method Summary
- 
Constructor Details- 
CommitCompletepublic CommitComplete(org.apache.avro.Schema avroSchema) 
- 
CommitComplete
 
- 
- 
Method Details- 
type
- 
commitId
- 
validThroughTsValid-through timestamp, which is the min-of-max record timestamps across all workers for the commit.
- 
writeSchema- Specified by:
- writeSchemain interface- Payload
 
- 
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
 
 
-