| Package | Description |
|---|---|
| io.atomix.protocols.raft.proxy |
Facilitates modification of a Raft state machine via proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static CommunicationStrategy |
CommunicationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationStrategy[] |
CommunicationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RaftProxyClient.Builder |
RaftProxyClient.Builder.withCommunicationStrategy(CommunicationStrategy communicationStrategy)
Sets the session's communication strategy.
|
RaftProxy.Builder |
RaftProxy.Builder.withCommunicationStrategy(CommunicationStrategy communicationStrategy)
Sets the session's communication strategy.
|
Copyright © 2013–2017. All rights reserved.