| Package | Description |
|---|---|
| io.atomix.protocols.raft |
Core interfaces for operating on replicated state machines in the Raft cluster.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RaftException.ApplicationException |
static class |
RaftException.ClosedSession |
static class |
RaftException.CommandFailure |
static class |
RaftException.ConfigurationException |
static class |
RaftException.IllegalMemberState |
static class |
RaftException.NoLeader |
static class |
RaftException.OperationFailure |
static class |
RaftException.ProtocolException |
static class |
RaftException.QueryFailure |
static class |
RaftException.Unavailable |
static class |
RaftException.UnknownClient |
static class |
RaftException.UnknownService |
static class |
RaftException.UnknownSession |
| Modifier and Type | Method and Description |
|---|---|
RaftException |
RaftError.createException()
Creates a new exception for the error.
|
Copyright © 2013–2017. All rights reserved.