Class PushReplicationEvent.RecordsPayload
java.lang.Object
io.confluent.kafka.replication.push.buffer.PushReplicationEvent.RecordsPayload
- Enclosing class:
PushReplicationEvent<T>
A payload carrying an
AbstractRecords representing some records already appended on
the partition replica leader, their append offset, and the high watermark value at the time
of creating the records. Used by PushReplicationEvent.Type.MEMORY_RECORDS events.-
Constructor Summary
ConstructorsConstructorDescriptionRecordsPayload(org.apache.kafka.common.record.AbstractRecords records, long appendOffset) -
Method Summary
-
Constructor Details
-
RecordsPayload
public RecordsPayload(org.apache.kafka.common.record.AbstractRecords records, long appendOffset)
-
-
Method Details