| 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 PrimaryElectionEvent.Type |
PrimaryElectionEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimaryElectionEvent.Type[] |
PrimaryElectionEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrimaryElectionEvent(PrimaryElectionEvent.Type type,
PartitionId partitionId,
PrimaryTerm subject) |
Copyright © 2013–2018. All rights reserved.