Uses of Enum Class
io.atomix.cluster.ClusterMembershipEvent.Type
Packages that use ClusterMembershipEvent.Type
-
Uses of ClusterMembershipEvent.Type in io.atomix.cluster
Methods in io.atomix.cluster that return ClusterMembershipEvent.TypeModifier and TypeMethodDescriptionstatic ClusterMembershipEvent.TypeReturns the enum constant of this class with the specified name.static ClusterMembershipEvent.Type[]ClusterMembershipEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.atomix.cluster with parameters of type ClusterMembershipEvent.TypeModifierConstructorDescriptionClusterMembershipEvent(ClusterMembershipEvent.Type type, Member instance) Creates an event of a given type and for the specified instance and the current time.ClusterMembershipEvent(ClusterMembershipEvent.Type type, Member instance, long time) Creates an event of a given type and for the specified device and time.