| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| Modifier and Type | Method and Description |
|---|---|
static MemberGroupEvent.Type |
MemberGroupEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberGroupEvent.Type[] |
MemberGroupEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MemberGroupEvent(MemberGroupEvent.Type type,
Collection<MemberGroup> subject) |
MemberGroupEvent(MemberGroupEvent.Type type,
Collection<MemberGroup> subject,
long time) |
Copyright © 2013–2018. All rights reserved.