ModeShape Distribution 3.0.0.CR1

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. 
 

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
 RepositoryStatistics.History RepositoryStatistics.getHistory(ValueMetric metric, Window windowInTime)
           
 History JcrRepositoryMonitor.getHistory(ValueMetric metric, Window windowInTime)
           
 

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

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.
 


ModeShape Distribution 3.0.0.CR1

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