| Package | Description |
|---|---|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
| Modifier and Type | Method and Description |
|---|---|
<U> BackupOutput |
BackupOutput.writeObject(U object)
Serializes an object to the output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveService.backup(BackupOutput output)
Backs up the service state to the given buffer.
|
Copyright © 2013–2018. All rights reserved.