| Package | Description |
|---|---|
| io.atomix.protocols.raft |
Provides classes and interfaces for managing Raft clients and servers.
|
| Modifier and Type | Method and Description |
|---|---|
RaftError.Type |
RaftException.getType()
Returns the exception type.
|
RaftError.Type |
RaftError.type()
Returns the error type.
|
static RaftError.Type |
RaftError.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RaftError.Type[] |
RaftError.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OperationFailure(RaftError.Type type,
java.lang.String message,
java.lang.Object... args) |
RaftError(RaftError.Type type,
java.lang.String message) |
Copyright © 2013-2019. All Rights Reserved.