Uses of Class
org.topbraid.jenax.statistics.ExecStatistics
-
Packages that use ExecStatistics Package Description org.topbraid.jenax.statistics -
-
Uses of ExecStatistics in org.topbraid.jenax.statistics
Methods in org.topbraid.jenax.statistics that return types with arguments of type ExecStatistics Modifier and Type Method Description List<ExecStatistics>ExecStatisticsManager. getStatistics()Gets all previously added statistics.Method parameters in org.topbraid.jenax.statistics with type arguments of type ExecStatistics Modifier and Type Method Description voidExecStatisticsManager. add(Iterable<ExecStatistics> values)Adds new statistics and notifies any registered listeners.voidExecStatisticsManager. addSilently(Iterable<ExecStatistics> values)Adds new statistics without notifying listeners.
-