Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.database
Class ProfiledConnectionEntry

java.lang.Object
  extended by com.jivesoftware.base.database.ProfiledConnectionEntry

public class ProfiledConnectionEntry
extends java.lang.Object

Simple class for tracking profiling stats for individual SQL queries.


Field Summary
 int count
          Number of times the query has been executed.
 java.lang.String sql
          The SQL query.
 int totalTime
          The total time spent executing the query (in milliseconds).
 
Constructor Summary
ProfiledConnectionEntry(java.lang.String sql)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sql

public java.lang.String sql
The SQL query.


count

public int count
Number of times the query has been executed.


totalTime

public int totalTime
The total time spent executing the query (in milliseconds).

Constructor Detail

ProfiledConnectionEntry

public ProfiledConnectionEntry(java.lang.String sql)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.