Uses of Interface
org.apache.commons.monitoring.counters.Counter

Packages that use Counter
org.apache.commons.monitoring.counters   
org.apache.commons.monitoring.jdbc   
org.apache.commons.monitoring.reporting.web.plugin.report.format   
org.apache.commons.monitoring.repositories   
org.apache.commons.monitoring.stopwatches   
org.apache.commons.monitoring.store   
 

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

Classes in org.apache.commons.monitoring.counters that implement Counter
 class DefaultCounter
           
 

Uses of Counter in org.apache.commons.monitoring.jdbc
 

Methods in org.apache.commons.monitoring.jdbc with parameters of type Counter
static Connection MonitoredConnection.monitor(Connection connection, Counter counter)
           
 void MonitoredDataSource.setCounter(Counter counter)
           
 

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

Methods in org.apache.commons.monitoring.reporting.web.plugin.report.format with parameters of type Counter
abstract  double MetricData.value(Counter counter)
           
 

Uses of Counter in org.apache.commons.monitoring.repositories
 

Methods in org.apache.commons.monitoring.repositories that return Counter
 Counter Repository.getCounter(Counter.Key key)
           
 Counter DefaultRepository.getCounter(Counter.Key key)
           
 

Methods in org.apache.commons.monitoring.repositories that return types with arguments of type Counter
 Iterator<Counter> DefaultRepository.iterator()
           
 

Methods in org.apache.commons.monitoring.repositories with parameters of type Counter
 StopWatch Repository.start(Counter counter)
           
 StopWatch DefaultRepository.start(Counter monitor)
           
 

Uses of Counter in org.apache.commons.monitoring.stopwatches
 

Fields in org.apache.commons.monitoring.stopwatches declared as Counter
protected  Counter CounterStopWatch.counter
           
 

Constructors in org.apache.commons.monitoring.stopwatches with parameters of type Counter
CounterStopWatch(Counter counter)
           
 

Uses of Counter in org.apache.commons.monitoring.store
 

Methods in org.apache.commons.monitoring.store that return Counter
 Counter DefaultDataStore.getOrCreateCounter(Counter.Key key)
           
 Counter DataStore.getOrCreateCounter(Counter.Key key)
           
 

Methods in org.apache.commons.monitoring.store that return types with arguments of type Counter
 Collection<Counter> DefaultDataStore.getCounters()
           
 Collection<Counter> DataStore.getCounters()
           
 

Methods in org.apache.commons.monitoring.store with parameters of type Counter
 void DefaultDataStore.addToCounter(Counter counter, double delta)
           
 void DataStore.addToCounter(Counter defaultCounter, double delta)
           
 



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