public class DuplicatedStrings extends ProblemDetector implements Serializable
problemCatalog, schema| Constructor and Description |
|---|
DuplicatedStrings(ProblemCatalog problemCatalog) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader()
Get a header, which is the name of metric, the observer measures.
|
void |
update(PathCache cache,
FieldCounter<Double> results)
A push method which is called by the subject, and which transport
information to the Observer objects.
|
public DuplicatedStrings(ProblemCatalog problemCatalog)
public void update(PathCache cache, FieldCounter<Double> results)
ObserverCopyright © 2020. All rights reserved.