Uses of Class
io.confluent.parallelconsumer.offsets.OffsetEncoding
| Package | Description |
|---|---|
| io.confluent.parallelconsumer.offsets |
-
Uses of OffsetEncoding in io.confluent.parallelconsumer.offsets
Fields in io.confluent.parallelconsumer.offsets with type parameters of type OffsetEncoding Modifier and Type Field Description static Optional<OffsetEncoding>OffsetMapCodecManager. forcedCodecForces the use of a specific codec, instead of choosing the most efficient one.Methods in io.confluent.parallelconsumer.offsets that return OffsetEncoding Modifier and Type Method Description static OffsetEncodingOffsetEncoding. decode(byte magic)OffsetEncodingEncodedOffsetPair. getEncoding()protected OffsetEncodingBitSetEncoder. getEncodingType()protected OffsetEncodingByteBufferEncoder. getEncodingType()protected abstract OffsetEncodingOffsetEncoder. getEncodingType()protected OffsetEncodingRunLengthEncoder. getEncodingType()protected OffsetEncodingBitSetEncoder. getEncodingTypeCompressed()protected OffsetEncodingByteBufferEncoder. getEncodingTypeCompressed()protected abstract OffsetEncodingOffsetEncoder. getEncodingTypeCompressed()protected OffsetEncodingRunLengthEncoder. getEncodingTypeCompressed()static OffsetEncodingOffsetEncoding. valueOf(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.offsets that return types with arguments of type OffsetEncoding Modifier and Type Method Description Map<OffsetEncoding,byte[]>OffsetSimultaneousEncoder. getEncodingMap()Map of different encoding types for the same offset data, used for retrieving the data for the encoding type