| Package | Description |
|---|---|
| io.atomix.copycat |
Core interfaces for operating on replicated state machines in the Copycat cluster.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Command<T>
Base interface for operations that modify system state.
|
interface |
Query<T>
Base interface for operations that read system state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpCommand
Special placeholder command representing a client operation that has no effect on the state machine.
|
Copyright © 2013–2017. All rights reserved.