Uses of Class
io.atomix.cluster.discovery.NodeDiscoveryEvent.Type
| Package | Description |
|---|---|
| io.atomix.cluster.discovery |
Provides classes and interfaces for extensible cluster membership discovery.
|
-
Uses of NodeDiscoveryEvent.Type in io.atomix.cluster.discovery
Methods in io.atomix.cluster.discovery that return NodeDiscoveryEvent.Type Modifier and Type Method Description static NodeDiscoveryEvent.TypeNodeDiscoveryEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeDiscoveryEvent.Type[]NodeDiscoveryEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.atomix.cluster.discovery with parameters of type NodeDiscoveryEvent.Type Constructor Description NodeDiscoveryEvent(NodeDiscoveryEvent.Type type, Node subject)NodeDiscoveryEvent(NodeDiscoveryEvent.Type type, Node subject, long time)