| Package | Description |
|---|---|
| io.atomix.protocols.raft |
Core interfaces for operating on replicated state machines in the Raft cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadModel |
ThreadModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadModel[] |
ThreadModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RaftServer.Builder |
RaftServer.Builder.withThreadModel(ThreadModel threadModel)
Sets the server thread model.
|
RaftClient.Builder |
RaftClient.Builder.withThreadModel(ThreadModel threadModel)
Sets the client thread model.
|
Copyright © 2013–2017. All rights reserved.