ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.api.monitor.Window

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

Uses of Window in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return Window
 Window RepositoryStatistics.History.getWindow()
           
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.
 

Methods in org.modeshape.jcr that return types with arguments of type Window
 Set<Window> RepositoryStatistics.getAvailableWindows()
           
 Set<Window> JcrRepositoryMonitor.getAvailableWindows()
           
 

Methods in org.modeshape.jcr with parameters of type Window
 RepositoryStatistics.History RepositoryStatistics.getHistory(DurationMetric metric, Window windowInTime)
           
 History JcrRepositoryMonitor.getHistory(DurationMetric metric, Window windowInTime)
           
 RepositoryStatistics.History RepositoryStatistics.getHistory(ValueMetric metric, Window windowInTime)
           
 History JcrRepositoryMonitor.getHistory(ValueMetric metric, Window windowInTime)
           
protected  RepositoryStatistics.Statistics[] RepositoryStatistics.MetricHistory.getHistory(Window window)
           
 

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

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

Methods in org.modeshape.jcr.api.monitor that return Window
static Window Window.fromLiteral(String literal)
          Get the Window that has the supplied literal.
 Window History.getWindow()
          Get the kind of window.
static Window Window.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Window[] Window.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.jcr.api.monitor that return types with arguments of type Window
 Set<Window> RepositoryMonitor.getAvailableWindows()
          Get the Window enumerations that are available for use by the caller with RepositoryMonitor.getHistory(DurationMetric, Window) and RepositoryMonitor.getHistory(ValueMetric, Window).
 

Methods in org.modeshape.jcr.api.monitor with parameters of type Window
 History RepositoryMonitor.getHistory(DurationMetric metric, Window windowInTime)
          Get the statics for the specified duration metric during the given window in time.
 History RepositoryMonitor.getHistory(ValueMetric metric, Window windowInTime)
          Get the statics for the specified value metric during the given window in time.
 


ModeShape Distribution 3.0.0.Beta4

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