| Interface | Description |
|---|---|
| Commit<T> |
Represents the committed state and metadata of a Raft state machine operation.
|
| RaftService |
Base class for user-provided Raft state machines.
|
| RaftServiceExecutor |
Facilitates registration and execution of state machine commands and provides deterministic scheduling.
|
| ServiceContext |
State machine context.
|
| ServiceType |
Raft service type.
|
| Class | Description |
|---|---|
| AbstractRaftService |
Raft service.
|
| ServiceId |
Snapshot identifier.
|
Copyright © 2013–2017. All rights reserved.