public interface ConsistencyCheckListener
Modifier and Type | Method and Description |
---|---|
void |
error(String id,
String message)
Called on errors with the check procedure
|
void |
info(String id,
String message)
Called on progress with the check procedure
|
void |
report(ReportItem item)
Called when there's a consistency problem to be reported
|
void |
startCheck(String id)
Called when checking of a node starts
|
void startCheck(String id)
id
- node IDvoid report(ReportItem item)
item
- problem reportvoid error(String id, String message)
id
- node id (can be null
)message
- Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.