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