Uses of Enum Class
com.loomcache.server.cluster.MembershipProtocol.LeaveReason
Packages that use MembershipProtocol.LeaveReason
-
Uses of MembershipProtocol.LeaveReason in com.loomcache.server.cluster
Subclasses with type arguments of type MembershipProtocol.LeaveReason in com.loomcache.server.clusterModifier and TypeClassDescriptionstatic enumReason for member leaving the cluster.Methods in com.loomcache.server.cluster that return MembershipProtocol.LeaveReasonModifier and TypeMethodDescriptionMembershipProtocol.MembershipEvent.MemberLeft.reason()Returns the value of thereasonrecord component.Returns the enum constant of this class with the specified name.static MembershipProtocol.LeaveReason[]MembershipProtocol.LeaveReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.cluster with parameters of type MembershipProtocol.LeaveReasonModifierConstructorDescriptionMemberLeft(String nodeId, long timestamp, MembershipProtocol.LeaveReason reason) Creates an instance of aMemberLeftrecord class.