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