| Package | Description |
|---|---|
| io.atomix.core.profile |
Distributed queueing primitive interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ConsensusProfileConfig |
ConsensusProfile.config() |
ConsensusProfileConfig |
ConsensusProfile.Type.newConfig() |
ConsensusProfileConfig |
ConsensusProfileConfig.setDataGroup(String dataGroup)
Sets the data partition group name.
|
ConsensusProfileConfig |
ConsensusProfileConfig.setDataPath(String dataPath)
Sets the consensus data file path.
|
ConsensusProfileConfig |
ConsensusProfileConfig.setManagementGroup(String managementGroup)
Sets the management partition group name.
|
ConsensusProfileConfig |
ConsensusProfileConfig.setMembers(Set<String> members)
Sets the consensus members.
|
ConsensusProfileConfig |
ConsensusProfileConfig.setPartitions(int partitions)
Sets the number of data partitions to configure.
|
ConsensusProfileConfig |
ConsensusProfileConfig.setPartitionSize(int partitionSize)
Sets the data partition size.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
ConsensusProfile.Type.newProfile(ConsensusProfileConfig config) |
Copyright © 2013–2018. All rights reserved.