| Package | Description |
|---|---|
| io.atomix.core.profile |
Distributed queueing primitive interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsensusProfileBuilder |
ConsensusProfile.builder()
Creates a new consensus profile builder.
|
ConsensusProfileBuilder |
ConsensusProfileBuilder.setDataGroup(String dataGroup)
Sets the data partition group name.
|
ConsensusProfileBuilder |
ConsensusProfileBuilder.setDataPath(String dataPath)
Sets the consensus data file path.
|
ConsensusProfileBuilder |
ConsensusProfileBuilder.setManagementGroup(String managementGroup)
Sets the management partition group name.
|
ConsensusProfileBuilder |
ConsensusProfileBuilder.setPartitionSize(int partitionSize)
Sets the data partition size.
|
ConsensusProfileBuilder |
ConsensusProfileBuilder.withMembers(Set<String> members)
Sets the consensus members.
|
ConsensusProfileBuilder |
ConsensusProfileBuilder.withNumPartitions(int numPartitions)
Sets the number of data partitions to configure.
|
Copyright © 2013–2018. All rights reserved.