Uses of Interface
io.atomix.primitive.service.BackupOutput
| Package | Description |
|---|---|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
-
Uses of BackupOutput in io.atomix.primitive.service
Methods in io.atomix.primitive.service that return BackupOutput Modifier and Type Method Description <U> BackupOutputBackupOutput. writeObject(U object)Serializes an object to the output.Methods in io.atomix.primitive.service with parameters of type BackupOutput Modifier and Type Method Description voidPrimitiveService. backup(BackupOutput output)Backs up the service state to the given buffer.