public interface BackupService<T> extends io.atomix.event.ListenerService<BackupEvent<T>,BackupEventListener<T>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BackupService.Builder<T>
Backup service builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the service.
|
Copyright © 2013–2018. All rights reserved.