ModeShape Distribution 3.5.0.Final

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

Packages that use ValueMetric
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 ValueMetric in org.modeshape.jcr
 

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

Methods in org.modeshape.jcr with parameters of type ValueMetric
 History RepositoryStatistics.getHistory(ValueMetric metric, Window windowInTime)
           
 History JcrRepositoryMonitor.getHistory(ValueMetric metric, Window windowInTime)
           
 

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

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

Methods in org.modeshape.jcr.api.monitor that return ValueMetric
static ValueMetric ValueMetric.fromLiteral(String literal)
          Get the ValueMetric that has the supplied literal.
static ValueMetric ValueMetric.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueMetric[] ValueMetric.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 ValueMetric
 Set<ValueMetric> RepositoryMonitor.getAvailableValueMetrics()
          Get the ValueMetric enumerations that are available for use by the caller with RepositoryMonitor.getHistory(ValueMetric, Window).
 

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

Uses of ValueMetric in org.modeshape.jmx
 

Methods in org.modeshape.jmx with parameters of type ValueMetric
 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.