public interface DatabaseHistoryListener
DatabaseHistory.| Modifier and Type | Field and Description |
|---|---|
static DatabaseHistoryListener |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
onChangeApplied(HistoryRecord record)
Invoked for every change applied and not filtered.
|
void |
onChangeFromHistory(HistoryRecord record)
Invoked for every change read from the history during recovery.
|
void |
recoveryStarted() |
void |
recoveryStopped() |
void |
started() |
void |
stopped() |
static final DatabaseHistoryListener NOOP
void started()
void stopped()
void recoveryStarted()
void recoveryStopped()
void onChangeFromHistory(HistoryRecord record)
record - void onChangeApplied(HistoryRecord record)
record - Copyright © 2020 JBoss by Red Hat. All rights reserved.