| Package | Description |
|---|---|
| io.atomix.protocols.raft |
Provides classes and interfaces for managing Raft clients and servers.
|
| io.atomix.protocols.raft.partition |
Provides
PartitionGroup and Partition
implementations for the Raft consensus protocol. |
| Modifier and Type | Method and Description |
|---|---|
RaftServer.Builder |
RaftServer.Builder.withStateMachineFactory(RaftStateMachineFactory stateMachineFactory)
Sets the server's state machine factory.
|
| Modifier and Type | Method and Description |
|---|---|
RaftStateMachineFactory |
RaftPartitionGroupConfig.getStateMachineFactory()
Returns the raft state machine factory.
|
Copyright © 2013-2019. All Rights Reserved.