Uses of Class
io.atomix.cluster.ClusterMembershipEvent.Type
| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
-
Uses of ClusterMembershipEvent.Type in io.atomix.cluster
Methods in io.atomix.cluster that return ClusterMembershipEvent.Type Modifier and Type Method Description static ClusterMembershipEvent.TypeClusterMembershipEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterMembershipEvent.Type[]ClusterMembershipEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.atomix.cluster with parameters of type ClusterMembershipEvent.Type Constructor Description ClusterMembershipEvent(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.