mondrian.server.monitor
Class ConnectionInfo

java.lang.Object
  extended by mondrian.server.monitor.Info
      extended by mondrian.server.monitor.ConnectionInfo

public class ConnectionInfo
extends Info

Information about a Mondrian connection.


Field Summary
 int cellCacheHitCount
           
 int cellCacheMissCount
           
 int cellCachePendingCount
           
 int cellCacheRequestCount
           
 int executeEndCount
           
 int executeStartCount
           
 int statementEndCount
           
 int statementStartCount
           
 
Constructor Summary
ConnectionInfo(int cellCacheHitCount, int cellCacheRequestCount, int cellCacheMissCount, int cellCachePendingCount, int statementStartCount, int statementEndCount, int executeStartCount, int executeEndCount)
           
 
Method Summary
 
Methods inherited from class mondrian.server.monitor.Info
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cellCacheHitCount

public final int cellCacheHitCount

cellCacheRequestCount

public final int cellCacheRequestCount

cellCacheMissCount

public final int cellCacheMissCount

cellCachePendingCount

public final int cellCachePendingCount

statementStartCount

public final int statementStartCount

statementEndCount

public final int statementEndCount

executeStartCount

public final int executeStartCount

executeEndCount

public final int executeEndCount
Constructor Detail

ConnectionInfo

public ConnectionInfo(int cellCacheHitCount,
                      int cellCacheRequestCount,
                      int cellCacheMissCount,
                      int cellCachePendingCount,
                      int statementStartCount,
                      int statementEndCount,
                      int executeStartCount,
                      int executeEndCount)

Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads