| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterMembershipEvent.Type |
ClusterMembershipEvent.Type.valueOf(java.lang.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.
|
| Constructor and 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.
|
Copyright © 2013-2019. All Rights Reserved.