ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.RepositoryStatistics.Statistics

Packages that use RepositoryStatistics.Statistics
org.modeshape.jcr   
 

Uses of RepositoryStatistics.Statistics in org.modeshape.jcr
 

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

Methods in org.modeshape.jcr with parameters of type RepositoryStatistics.Statistics
protected  Window RepositoryStatistics.MetricHistory.recordStatisticsForLastSecond(RepositoryStatistics.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 RepositoryStatistics.Statistics RepositoryStatistics.statisticsFor(RepositoryStatistics.Statistics[] statistics)
          Utility method to construct the composite statistics for a series of sampled statistics.
 

Constructors in org.modeshape.jcr with parameters of type RepositoryStatistics.Statistics
RepositoryStatistics.History(RepositoryStatistics.Statistics[] stats, DateTime endTime, Window window)
           
 


ModeShape Distribution 3.0.0.Beta4

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