| Package | Description |
|---|---|
| io.atomix.protocols.raft |
Core interfaces for operating on replicated state machines in the Raft cluster.
|
| io.atomix.protocols.raft.service |
| Modifier and Type | Method and Description |
|---|---|
RaftServer.Builder |
RaftServer.Builder.addService(String type,
Supplier<RaftService> factory)
Adds a Raft service factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRaftService
Raft service.
|
Copyright © 2013–2017. All rights reserved.