Session implementation for the Raft consensus protocol.See: Description
| Interface | Description |
|---|---|
| RaftSessionClient |
Raft primitive proxy.
|
| Class | Description |
|---|---|
| RaftSession |
Raft session.
|
| RaftSessionClient.Builder |
Raft proxy builder.
|
| RaftSessionRegistry |
Session manager.
|
| Enum | Description |
|---|---|
| CommunicationStrategy |
Strategy for selecting nodes to which to connect and submit operations.
|
| RecoveryStrategy |
Session recovery strategy.
|
Session implementation for the Raft consensus protocol.Copyright © 2013–2018. All rights reserved.