org.apache.jackrabbit.core.stats
Class StatManager

java.lang.Object
  extended by org.apache.jackrabbit.core.stats.StatManager

public class StatManager
extends Object

StatManager represents a single entry point to the statistics objects available.


Field Summary
static String ALL_STATS_ENABLED_PROPERTY
           
static String QUERY_STATS_ENABLED_PROPERTY
           
 
Constructor Summary
StatManager()
           
 
Method Summary
 QueryStatCore getQueryStat()
           
protected  void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_STATS_ENABLED_PROPERTY

public static String ALL_STATS_ENABLED_PROPERTY

QUERY_STATS_ENABLED_PROPERTY

public static String QUERY_STATS_ENABLED_PROPERTY
Constructor Detail

StatManager

public StatManager()
Method Detail

init

protected void init()

getQueryStat

public QueryStatCore getQueryStat()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.