Uses of Class
io.confluent.parallelconsumer.OffsetEncoding
| Package | Description |
|---|---|
| io.confluent.parallelconsumer |
-
Uses of OffsetEncoding in io.confluent.parallelconsumer
Fields in io.confluent.parallelconsumer with type parameters of type OffsetEncoding Modifier and Type Field Description static java.util.Optional<OffsetEncoding>OffsetMapCodecManager. forcedCodecForces the use of a specific codec, instead of choosing the most efficient one.Methods in io.confluent.parallelconsumer that return OffsetEncoding Modifier and Type Method Description static OffsetEncodingOffsetEncoding. decode(byte magic)static OffsetEncodingOffsetEncoding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OffsetEncoding[]OffsetEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.confluent.parallelconsumer that return types with arguments of type OffsetEncoding Modifier and Type Method Description java.util.Map<OffsetEncoding,byte[]>OffsetSimultaneousEncoder. getEncodingMap()Map of different encoding types for the same offset data, used for retrieving the data for the encoding type