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 |
dataCollectionSnapshotCompleted(DataCollectionId dataCollectionId,
long numRows) |
void |
monitoredDataCollectionsDetermined(Iterable<? extends DataCollectionId> dataCollectionIds) |
void |
rowsScanned(TableId tableId,
long numRows) |
void |
snapshotAborted() |
void |
snapshotCompleted() |
void |
snapshotStarted() |
static final SnapshotProgressListener NO_OP
void snapshotStarted()
void monitoredDataCollectionsDetermined(Iterable<? extends DataCollectionId> dataCollectionIds)
void snapshotCompleted()
void snapshotAborted()
void dataCollectionSnapshotCompleted(DataCollectionId dataCollectionId, long numRows)
void rowsScanned(TableId tableId, long numRows)
Copyright © 2020 JBoss by Red Hat. All rights reserved.