public interface SnapshotProgressListener
SnapshotChangeEventSource whenever an important event or change of state happens.| Modifier and Type | Field and Description |
|---|---|
static SnapshotProgressListener |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
void |
monitoredTablesDetermined(Iterable<TableId> tableIds) |
void |
rowsScanned(TableId tableId,
long numRows) |
void |
snapshotAborted() |
void |
snapshotCompleted() |
void |
snapshotStarted() |
void |
tableSnapshotCompleted(TableId tableId,
long numRows) |
static final SnapshotProgressListener NO_OP
Copyright © 2020 JBoss by Red Hat. All rights reserved.