Uses of Enum Class
io.confluent.parallelconsumer.offsets.OffsetEncoding
Packages that use OffsetEncoding
-
Uses of OffsetEncoding in io.confluent.parallelconsumer.offsets
Fields in io.confluent.parallelconsumer.offsets with type parameters of type OffsetEncodingModifier and TypeFieldDescriptionstatic 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 OffsetEncodingModifier and TypeMethodDescriptionstatic OffsetEncodingOffsetEncoding.decode(byte magic) EncodedOffsetPair.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 OffsetEncodingReturns the enum constant of this class with the specified name.static OffsetEncoding[]OffsetEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.parallelconsumer.offsets that return types with arguments of type OffsetEncodingModifier and TypeMethodDescriptionMap<OffsetEncoding,byte[]> OffsetSimultaneousEncoder.getEncodingMap()Map of different encoding types for the same offset data, used for retrieving the data for the encoding type