Uses of Enum
io.atomix.raft.storage.serializer.EntryType
Packages that use EntryType
-
Uses of EntryType in io.atomix.raft.storage.serializer
Methods in io.atomix.raft.storage.serializer that return EntryTypeModifier and TypeMethodDescriptionstatic EntryTypeEntryType.get(short value) Lookup the enum value representing the value.RaftLogEntryDecoder.type()static EntryTypeReturns the enum constant of this type with the specified name.static EntryType[]EntryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.atomix.raft.storage.serializer with parameters of type EntryType