| Package | Description |
|---|---|
| org.topbraid.jenax.statistics |
| Modifier and Type | Method and Description |
|---|---|
List<ExecStatistics> |
ExecStatisticsManager.getStatistics()
Gets all previously added statistics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecStatisticsManager.add(Iterable<ExecStatistics> values)
Adds new statistics and notifies any registered listeners.
|
void |
ExecStatisticsManager.addSilently(Iterable<ExecStatistics> values)
Adds new statistics without notifying listeners.
|
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.