public interface CustomTableMetrics extends Serializable, Cloneable
DriverContext.attachMetrics(CustomMetrics)
Modifier and Type | Method and Description |
---|---|
void |
add(CustomTableMetrics other)
Aggregates the metrics from another source or thread with
the current one.
|
Object |
clone()
The metrics need to be cloneable and not throw any exceptions.
|
TableModel |
getResults()
Obtains the results of the metrics represented by this object.
|
void add(CustomTableMetrics other)
other
- The metrics from another sourceTableModel getResults()
Object clone()