Method | Description |
---|---|
|
Iterable<? extends RecordBatch> batches() |
|
AbstractIterator<? extends RecordBatch> batchIterator() |
|
ConvertedRecords<? extends Records> downConvert(
byte toMagic,
long firstOffset,
Time time) |
|
boolean hasCompatibleMagic(byte magic) |
|
boolean hasMatchingMagic(byte magic) |
|
Iterable<Record> records() |
|
long writeTo(
GatheringByteChannel channel,
long position,
int length) throws IOException |
Note
|
AbstractRecords is the default and only known Records extension in Apache Kafka.
|