Package org.jivesoftware.database
Class ProfiledConnectionEntry
java.lang.Object
org.jivesoftware.database.ProfiledConnectionEntry
Simple class for tracking profiling stats for individual SQL queries.
- Author:
- Jive Software
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sql
The SQL query. -
count
public int countNumber of times the query has been executed. -
totalTime
public long totalTimeThe total time spent executing the query (in milliseconds).
-
-
Constructor Details
-
ProfiledConnectionEntry
-