| Package | Description |
|---|---|
| io.atomix.cluster.discovery |
Provides classes and interfaces for extensible cluster membership discovery.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeDiscoveryEvent.Type |
NodeDiscoveryEvent.Type.valueOf(java.lang.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.
|
| Constructor and Description |
|---|
NodeDiscoveryEvent(NodeDiscoveryEvent.Type type,
Node subject) |
NodeDiscoveryEvent(NodeDiscoveryEvent.Type type,
Node subject,
long time) |
Copyright © 2013-2019. All Rights Reserved.