Uses of Class
org.apache.commons.monitoring.counters.Unit

Packages that use Unit
org.apache.commons.monitoring   
org.apache.commons.monitoring.counters   
org.apache.commons.monitoring.reporting.web.plugin.report.format   
 

Uses of Unit in org.apache.commons.monitoring
 

Methods in org.apache.commons.monitoring that return Unit
 Unit Role.getUnit()
           
 

Constructors in org.apache.commons.monitoring with parameters of type Unit
Role(String name, Unit unit)
           
 

Uses of Unit in org.apache.commons.monitoring.counters
 

Subclasses of Unit in org.apache.commons.monitoring.counters
static class Unit.Binary
          Binary data units
static class Unit.Time
          Time based units
 

Fields in org.apache.commons.monitoring.counters declared as Unit
static Unit Unit.Binary.BYTE
           
static Unit Unit.Time.DAY
           
static Unit Unit.DECA
           
static Unit Unit.Binary.GBYTE
           
static Unit Unit.GIGA
           
static Unit Unit.HECTO
           
static Unit Unit.Time.HOUR
           
static Unit Unit.Binary.KBYTE
           
static Unit Unit.KILO
           
static Unit Unit.Binary.MBYTE
           
static Unit Unit.MEGA
           
static Unit Unit.Time.MICROSECOND
           
static Unit Unit.Time.MILLISECOND
           
static Unit Unit.Time.MINUTE
           
static Unit Unit.Time.NANOSECOND
           
static Unit Unit.Time.SECOND
           
static Unit Unit.TERA
           
static Unit Unit.UNARY
          unit for basic item counters & gauges
 

Fields in org.apache.commons.monitoring.counters with type parameters of type Unit
 Set<Unit> Unit.primaryUnits
           
 

Methods in org.apache.commons.monitoring.counters that return Unit
static Unit Unit.get(String name)
           
 Unit Unit.getDerived(String name)
           
 Unit Unit.getPrimary()
           
 

Methods in org.apache.commons.monitoring.counters that return types with arguments of type Unit
 List<Unit> Unit.getDerived()
           
 

Methods in org.apache.commons.monitoring.counters with parameters of type Unit
 void DefaultCounter.add(double delta, Unit deltaUnit)
           
 void Counter.add(double delta, Unit unit)
           
 int Unit.compareTo(Unit o)
           
 double Unit.convert(double value, Unit unit)
          Convert value from unit to this unit (if conpatible)
 boolean Unit.isCompatible(Unit unit)
           
 

Constructors in org.apache.commons.monitoring.counters with parameters of type Unit
Unit.Binary(String name, Unit derived, long scale)
           
Unit.Time(String name, Unit derived, long scale)
           
Unit(String name, Unit derived, long scale)
          Constructor for a derived unit
 

Uses of Unit in org.apache.commons.monitoring.reporting.web.plugin.report.format
 

Methods in org.apache.commons.monitoring.reporting.web.plugin.report.format that return Unit
protected static Unit MapFormat.timeUnit(Map<String,?> params)
           
 

Methods in org.apache.commons.monitoring.reporting.web.plugin.report.format with parameters of type Unit
protected static Collection<Collection<String>> MapFormat.snapshot(Unit timeUnit)
           
 



Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.