org.apache.jackrabbit.api.stats
Interface RepositoryStatistics


public interface RepositoryStatistics

Statistics on core repository operations


Nested Class Summary
static class RepositoryStatistics.Type
          The values of this enum determine the type of the time series returned by getTimeSeries(Type) and link getTimeSeries(String, boolean).
 
Method Summary
 TimeSeries getTimeSeries(RepositoryStatistics.Type type)
           
 TimeSeries getTimeSeries(String type, boolean resetValueEachSecond)
           
 

Method Detail

getTimeSeries

TimeSeries getTimeSeries(RepositoryStatistics.Type type)

getTimeSeries

TimeSeries getTimeSeries(String type,
                         boolean resetValueEachSecond)


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