Uses of Enum Class
io.atomix.raft.storage.serializer.BooleanType
Packages that use BooleanType
-
Uses of BooleanType in io.atomix.raft.storage.serializer
Methods in io.atomix.raft.storage.serializer that return BooleanTypeModifier and TypeMethodDescriptionConfigurationDecoder.force()static BooleanTypeBooleanType.get(short value) Lookup the enum value representing the value.static BooleanTypeReturns the enum constant of this class with the specified name.static BooleanType[]BooleanType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atomix.raft.storage.serializer with parameters of type BooleanType