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.NewMembersDecoder.type()ConfigurationDecoder.OldMembersDecoder.type()ConfigurationEntryDecoder.NewMembersDecoder.type()ConfigurationEntryDecoder.OldMembersDecoder.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.NewMembersEncoder.type(MemberType value) ConfigurationEncoder.OldMembersEncoder.type(MemberType value) ConfigurationEntryEncoder.NewMembersEncoder.type(MemberType value) ConfigurationEntryEncoder.OldMembersEncoder.type(MemberType value)