| Package | Description |
|---|---|
| io.atomix.copycat |
Core interfaces for operating on replicated state machines in the Copycat cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default Command.CompactionMode |
Command.compaction()
Returns the command compaction mode.
|
static Command.CompactionMode |
Command.CompactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.CompactionMode[] |
Command.CompactionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2016. All rights reserved.