| Package | Description |
|---|---|
| io.atomix.protocols.raft.partition |
Provides
PartitionGroup and Partition
implementations for the Raft consensus protocol. |
| Modifier and Type | Method and Description |
|---|---|
RaftCompactionConfig |
RaftPartitionGroupConfig.getCompactionConfig()
Returns the compaction configuration.
|
RaftCompactionConfig |
RaftCompactionConfig.setDynamic(boolean dynamic)
Sets whether dynamic compaction is enabled.
|
RaftCompactionConfig |
RaftCompactionConfig.setFreeDiskBuffer(double freeDiskBuffer)
Sets the free disk buffer.
|
RaftCompactionConfig |
RaftCompactionConfig.setFreeMemoryBuffer(double freeMemoryBuffer)
Sets the free memory buffer.
|
| Modifier and Type | Method and Description |
|---|---|
RaftPartitionGroupConfig |
RaftPartitionGroupConfig.setCompactionConfig(RaftCompactionConfig compactionConfig)
Sets the compaction configuration.
|
Copyright © 2013-2019. All Rights Reserved.