public class BackupEvent<T> extends io.atomix.event.AbstractEvent<BackupEvent.Type,T>
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupEvent.Type
Failure detection event type.
|
| Constructor and Description |
|---|
BackupEvent(BackupEvent.Type type,
T subject) |
BackupEvent(BackupEvent.Type type,
T subject,
long time) |
public BackupEvent(BackupEvent.Type type, T subject)
public BackupEvent(BackupEvent.Type type, T subject, long time)
Copyright © 2013–2018. All rights reserved.