JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
O
R
C
close()
- Method in interface org.apache.kafka.tools.api.
RecordReader
Closes this reader.
configure(Map<String, ?>)
- Method in interface org.apache.kafka.tools.api.
RecordReader
O
org.apache.kafka.tools.api
- package org.apache.kafka.tools.api
Provides interfaces for writing plugins of kafka tools
R
readRecords(InputStream)
- Method in interface org.apache.kafka.tools.api.
RecordReader
read byte array from input stream and then generate an iterator of producer record
RecordReader
- Interface in
org.apache.kafka.tools.api
Typical implementations of this interface convert data from an `InputStream` received via `readRecords` into a iterator of `ProducerRecord` instance.
C
O
R
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes