| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.election |
Distributed leader election primitives.
|
| Modifier and Type | Method and Description |
|---|---|
<T> LeaderElector<T> |
Atomix.getLeaderElector(String name) |
<T> LeaderElector<T> |
PrimitivesService.getLeaderElector(String name)
Creates a new LeaderElectorBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default LeaderElector<T> |
AsyncLeaderElector.sync() |
LeaderElector<T> |
AsyncLeaderElector.sync(Duration operationTimeout) |
Copyright © 2013–2018. All rights reserved.