Index
All Classes and Interfaces|All Packages
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
D
- Decoder<T> - Interface in org.apache.kafka.tools.api
-
A decoder is a method of turning byte arrays into objects.
- DefaultDecoder - Class in org.apache.kafka.tools.api
-
The default implementation does nothing, just returns the same byte array it takes in.
- DefaultDecoder() - Constructor for class org.apache.kafka.tools.api.DefaultDecoder
F
- fromBytes(byte[]) - Method in interface org.apache.kafka.tools.api.Decoder
- fromBytes(byte[]) - Method in class org.apache.kafka.tools.api.DefaultDecoder
- fromBytes(byte[]) - Method in class org.apache.kafka.tools.api.IntegerDecoder
- fromBytes(byte[]) - Method in class org.apache.kafka.tools.api.LongDecoder
- fromBytes(byte[]) - Method in class org.apache.kafka.tools.api.StringDecoder
I
- IntegerDecoder - Class in org.apache.kafka.tools.api
-
The integer decoder translates bytes into integers.
- IntegerDecoder() - Constructor for class org.apache.kafka.tools.api.IntegerDecoder
L
- LongDecoder - Class in org.apache.kafka.tools.api
-
The long decoder translates bytes into longs.
- LongDecoder() - Constructor for class org.apache.kafka.tools.api.LongDecoder
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.
S
- StringDecoder - Class in org.apache.kafka.tools.api
-
The string decoder translates bytes into strings.
- StringDecoder() - Constructor for class org.apache.kafka.tools.api.StringDecoder
All Classes and Interfaces|All Packages