| 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> LeaderElection<T> |
Atomix.getLeaderElection(String name) |
<T> LeaderElection<T> |
PrimitivesService.getLeaderElection(String name)
Creates a new LeaderElectionBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default LeaderElection<T> |
AsyncLeaderElection.sync() |
LeaderElection<T> |
AsyncLeaderElection.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
LeaderElectionType.newResource(LeaderElection<T> primitive) |
Copyright © 2013–2018. All rights reserved.