|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DuplicatesReporter
Agent side duplicates reporter
| Method Summary | |
|---|---|
void |
addDuplicate(DuplicateInfo duplicate)
Reports duplicate within block |
void |
addDuplicates(java.util.Collection<DuplicateInfo> duplicates)
Reports duplicates batch within block |
void |
finishDuplicates()
Indicates the end of a duplicates block |
void |
startDuplicates()
Indicates the beginning of a duplicates block |
| Method Detail |
|---|
void startDuplicates()
void addDuplicate(@NotNull
DuplicateInfo duplicate)
duplicate - Duplicate info
void addDuplicates(@NotNull
java.util.Collection<DuplicateInfo> duplicates)
duplicates - Duplicate info collectionvoid finishDuplicates()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||