| 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 |
|---|---|
default <T> LeaderElectorBuilder<T> |
PrimitivesService.leaderElectorBuilder(String name)
Creates a new LeaderElectorBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
LeaderElectorBuilder<T> |
LeaderElectorType.newBuilder(String name,
LeaderElectorConfig config,
PrimitiveManagementService managementService) |
LeaderElectorBuilder<T> |
LeaderElectorBuilder.withProtocol(ProxyProtocol protocol) |
Copyright © 2013–2018. All rights reserved.