ModeShape Distribution 3.5.0.Final

Uses of Interface
org.modeshape.jcr.api.monitor.Statistics

Packages that use Statistics
org.modeshape.jcr   
org.modeshape.jcr.api.monitor This package provides a set of interfaces and enumerations used for monitoring ModeShape repositories. 
org.modeshape.jmx   
 

Uses of Statistics in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return Statistics
protected  Statistics[] RepositoryStatistics.MetricHistory.getHistory(Window window)
           
static Statistics RepositoryStatistics.statisticsFor(long value)
          Utility method to construct the statistics for a series of values.
static Statistics RepositoryStatistics.statisticsFor(long[] values)
          Utility method to construct the statistics for a series of values.
static Statistics RepositoryStatistics.statisticsFor(Statistics[] statistics)
          Utility method to construct the composite statistics for a series of sampled statistics.
 

Methods in org.modeshape.jcr with parameters of type Statistics
protected  Window RepositoryStatistics.MetricHistory.recordStatisticsForLastSecond(Statistics stats)
          This method should be called by the RepositoryStatistics.MetricHistory.rollup() method with the statistics computed for the values/durations since the last invocation.
static Statistics RepositoryStatistics.statisticsFor(Statistics[] statistics)
          Utility method to construct the composite statistics for a series of sampled statistics.
 

Uses of Statistics in org.modeshape.jcr.api.monitor
 

Fields in org.modeshape.jcr.api.monitor declared as Statistics
static Statistics[] Statistics.NO_STATISTICS
          An empty statistics array.
 

Methods in org.modeshape.jcr.api.monitor that return Statistics
 Statistics[] History.getStats()
          Get the statistics for that make up the history.
 

Uses of Statistics in org.modeshape.jmx
 

Classes in org.modeshape.jmx that implement Statistics
 class StatisticalData
          Value holder exposed by JXM which provides statistical information via Statistics
 


ModeShape Distribution 3.5.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.