Uses of Enum Class
io.confluent.parallelconsumer.offsets.OffsetEncoding.Version
Packages that use OffsetEncoding.Version
-
Uses of OffsetEncoding.Version in io.confluent.parallelconsumer.offsets
Fields in io.confluent.parallelconsumer.offsets declared as OffsetEncoding.VersionMethods in io.confluent.parallelconsumer.offsets that return OffsetEncoding.VersionModifier and TypeMethodDescriptionstatic OffsetEncoding.VersionReturns the enum constant of this class with the specified name.static OffsetEncoding.Version[]OffsetEncoding.Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.confluent.parallelconsumer.offsets with parameters of type OffsetEncoding.VersionModifierConstructorDescriptionBitSetEncoder(int length, OffsetSimultaneousEncoder offsetSimultaneousEncoder, OffsetEncoding.Version newVersion) RunLengthEncoder(OffsetSimultaneousEncoder offsetSimultaneousEncoder, OffsetEncoding.Version newVersion)