| Package | Description |
|---|---|
| net.admin4j.jdbc.driver |
Proxy JDBC driver that allows JMX view into JDBC connection content and tracks
SQL statement performance.
|
| net.admin4j.timer |
Logic classes for performance measurement features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlStatementSummaryDataMeasure
Tracks timing statistics for a SQL statement
|
| Constructor and Description |
|---|
SqlTaskTimer(java.lang.String sqlText,
java.util.Collection<DataMeasure> dataMeasures,
DriverContext driverContext,
ExecutionStack executionStack) |
| Modifier and Type | Class and Description |
|---|---|
class |
RollingNbrObservationsDataMeasure
Keeps the last given number of observations of a series of data measurements.
|
class |
RollingTimePeriodDataMeasure
Will keep observations for the last specified time period (e.g.
|
class |
SummaryDataMeasure
Responsible for keeping numerical time series data.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DataMeasure> |
TaskTimer.getDataMeasures()
Provides data measures from all timers that have complete timings.
|
java.util.Collection<DataMeasure> |
BasicTaskTimer.getDataMeasures() |
| Modifier and Type | Method and Description |
|---|---|
static TaskTimer |
TaskTimerFactory.start(java.lang.String label,
DataMeasure... dataMeasures)
Will return a started timer using the requested label.
|
| Constructor and Description |
|---|
BasicTaskTimer(java.lang.String label,
java.util.Collection<DataMeasure> dataMeasures) |
Copyright © 2015 The Admin4J Project. All Rights Reserved.