com.atlassian.jira.plugins.monitor.database
Class DatabaseReadWritesGraph

java.lang.Object
  extended by com.atlassian.jira.plugins.monitor.database.DatabaseReadWritesGraph
All Implemented Interfaces:
Graph

public class DatabaseReadWritesGraph
extends Object
implements Graph

This graph plots the average time that it takes for JIRA do to a database reads and writes.

Since:
v5.0.3

Constructor Summary
DatabaseReadWritesGraph()
           
 
Method Summary
 void addDatasources(org.rrd4j.core.RrdDef rrdDef)
           
 void addGraphElements(org.rrd4j.graph.RrdGraphDef rrdGraphDef, String rrdPath)
           
 String getTitleI18nKey()
           
 void setDatasourceValues(org.rrd4j.core.Sample sample)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseReadWritesGraph

public DatabaseReadWritesGraph()
Method Detail

getTitleI18nKey

public String getTitleI18nKey()
Specified by:
getTitleI18nKey in interface Graph

addDatasources

public void addDatasources(org.rrd4j.core.RrdDef rrdDef)
Specified by:
addDatasources in interface Graph

setDatasourceValues

public void setDatasourceValues(org.rrd4j.core.Sample sample)
Specified by:
setDatasourceValues in interface Graph

addGraphElements

public void addGraphElements(org.rrd4j.graph.RrdGraphDef rrdGraphDef,
                             String rrdPath)
Specified by:
addGraphElements in interface Graph


Copyright © 2002-2012 Atlassian. All Rights Reserved.