| Package | Description |
|---|---|
| io.atomix.copycat.server.storage |
Standalone segmented log for Copycat's Raft implementation.
|
| io.atomix.copycat.server.storage.compaction |
Classes and interfaces that facilitate compaction of the Copycat
log. |
| Modifier and Type | Method and Description |
|---|---|
Compactor |
Log.compactor()
Returns the log compactor.
|
| Modifier and Type | Method and Description |
|---|---|
Compactor |
Compactor.majorIndex(long index)
Sets the maximum compaction index for major compaction.
|
Compactor |
Compactor.minorIndex(long index)
Sets the maximum compaction index for minor compaction.
|
Compactor |
Compactor.snapshotIndex(long index)
Sets the snapshot index to indicate commands entries that can be removed during compaction.
|
Compactor |
Compactor.withDefaultCompactionMode(Compaction.Mode mode)
Sets the default compaction mode.
|
Copyright © 2013–2016. All rights reserved.