Package org.apache.kafka.common.record

Interface Summary
Records A binary format which consists of a 4 byte size, an 8 byte offset, and the record bytes.
 

Class Summary
ByteBufferInputStream A byte buffer backed input outputStream
ByteBufferOutputStream A byte buffer backed output outputStream
Compressor  
LogEntry An offset and record pair
MemoryRecords A Records implementation backed by a ByteBuffer.
MemoryRecords.RecordsIterator  
Record A record: a serialized key and value along with the associated CRC and other fields
 

Enum Summary
CompressionType The compression type to use
 

Exception Summary
InvalidRecordException