| Package | Description |
|---|---|
| io.atomix.core.election |
Distributed leader election primitives.
|
| Modifier and Type | Method and Description |
|---|---|
Leader<T> |
Leadership.leader()
Returns the leader for this topic.
|
<U> Leader<U> |
Leader.map(Function<T,U> mapper)
Converts the leader identifier using the given mapping function.
|
| Constructor and Description |
|---|
Leadership(Leader<T> leader,
List<T> candidates) |
Copyright © 2013–2018. All rights reserved.