ModeShape Distribution 3.5.0.Final

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

Packages that use Window
org.modeshape.jboss.metric   
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 Window in org.modeshape.jboss.metric
 

Methods in org.modeshape.jboss.metric that return Window
protected  Window ModeShapeMetricHandler.window()
           
 

Methods in org.modeshape.jboss.metric with parameters of type Window
static String ModelMetrics.MetricAttributeDefinition.attributeName(String metricName, Window window)
           
 

Constructors in org.modeshape.jboss.metric with parameters of type Window
ModeShapeMetricHandler(Window metricWindow)
           
 

Uses of Window in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return Window
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.
 

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
 History RepositoryStatistics.getHistory(DurationMetric metric, Window windowInTime)
           
 History JcrRepositoryMonitor.getHistory(DurationMetric metric, Window windowInTime)
           
 History RepositoryStatistics.getHistory(ValueMetric metric, Window windowInTime)
           
 History JcrRepositoryMonitor.getHistory(ValueMetric metric, Window windowInTime)
           
protected  Statistics[] RepositoryStatistics.MetricHistory.getHistory(Window window)
           
 

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

Fields in org.modeshape.jcr.api.monitor with type parameters of type Window
static Set<Window> RepositoryMonitor.ALL_WINDOWS
           
 

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.
 

Uses of Window in org.modeshape.jmx
 

Methods in org.modeshape.jmx with parameters of type Window
 HistoricalData RepositoryStatisticsMXBean.getDurations(DurationMetric metric, Window windowInTime)
          Get the statics for the specified duration metric during the given window in time.
 HistoricalData RepositoryStatisticsBean.getDurations(DurationMetric metric, Window windowInTime)
           
 HistoricalData RepositoryStatisticsMXBean.getValues(ValueMetric metric, Window windowInTime)
          Get the statistics for the specified value metric during the given window in time.
 HistoricalData RepositoryStatisticsBean.getValues(ValueMetric metric, Window windowInTime)
           
 


ModeShape Distribution 3.5.0.Final

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