Uses of Enum Class
io.atomix.raft.storage.serializer.MemberType
Packages that use MemberType
-
Uses of MemberType in io.atomix.raft.storage.serializer
Methods in io.atomix.raft.storage.serializer that return MemberTypeModifier and TypeMethodDescriptionstatic MemberTypeMemberType.get(short value) Lookup the enum value representing the value.ConfigurationDecoder.RaftMemberDecoder.type()ConfigurationEntryDecoder.RaftMemberDecoder.type()static MemberTypeReturns the enum constant of this class with the specified name.static MemberType[]MemberType.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 MemberTypeModifier and TypeMethodDescriptionConfigurationEncoder.RaftMemberEncoder.type(MemberType value) ConfigurationEntryEncoder.RaftMemberEncoder.type(MemberType value)