Uses of Class
io.confluent.parallelconsumer.offsets.OffsetEncoding.Version
| Package | Description |
|---|---|
| io.confluent.parallelconsumer.offsets |
-
Uses of OffsetEncoding.Version in io.confluent.parallelconsumer.offsets
Fields in io.confluent.parallelconsumer.offsets declared as OffsetEncoding.Version Modifier and Type Field Description OffsetEncoding.VersionOffsetEncoding. versionMethods in io.confluent.parallelconsumer.offsets that return OffsetEncoding.Version Modifier and Type Method Description static OffsetEncoding.VersionOffsetEncoding.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static OffsetEncoding.Version[]OffsetEncoding.Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.confluent.parallelconsumer.offsets with parameters of type OffsetEncoding.Version Constructor Description BitSetEncoder(int length, OffsetSimultaneousEncoder offsetSimultaneousEncoder, OffsetEncoding.Version newVersion)RunLengthEncoder(OffsetSimultaneousEncoder offsetSimultaneousEncoder, OffsetEncoding.Version newVersion)