| Package | Description |
|---|---|
| io.atomix.cluster.protocol |
Provides interfaces and implementations for group membership protocols.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupMembershipEvent.Type |
GroupMembershipEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupMembershipEvent.Type[] |
GroupMembershipEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GroupMembershipEvent(GroupMembershipEvent.Type type,
Member subject) |
GroupMembershipEvent(GroupMembershipEvent.Type type,
Member subject,
long time) |
Copyright © 2013-2018. All Rights Reserved.