| Package | Description |
|---|---|
| io.atomix.copycat.server.storage.compaction |
Classes and interfaces that facilitate compaction of the Copycat
log. |
| Modifier and Type | Method and Description |
|---|---|
Compaction.Mode |
Compactor.getDefaultCompactionMode()
Returns the default compaction mode.
|
static Compaction.Mode |
Compaction.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compaction.Mode[] |
Compaction.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Compactor |
Compactor.withDefaultCompactionMode(Compaction.Mode mode)
Sets the default compaction mode.
|
Copyright © 2013–2016. All rights reserved.