Uses of Interface
io.atomix.primitive.service.BackupInput
| Package | Description |
|---|---|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
-
Uses of BackupInput in io.atomix.primitive.service
Methods in io.atomix.primitive.service with parameters of type BackupInput Modifier and Type Method Description voidPrimitiveService. restore(BackupInput input)Restores the service state from the given buffer.