Uses of Class
org.apache.commons.monitoring.counters.Counter.Key

Packages that use Counter.Key
org.apache.commons.monitoring.counters   
org.apache.commons.monitoring.repositories   
org.apache.commons.monitoring.store   
 

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

Methods in org.apache.commons.monitoring.counters that return Counter.Key
 Counter.Key DefaultCounter.getKey()
           
 Counter.Key Counter.getKey()
           
 

Constructors in org.apache.commons.monitoring.counters with parameters of type Counter.Key
DefaultCounter(Counter.Key key, DataStore store)
           
 

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

Methods in org.apache.commons.monitoring.repositories with parameters of type Counter.Key
 Counter Repository.getCounter(Counter.Key key)
           
 Counter DefaultRepository.getCounter(Counter.Key key)
           
 

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

Methods in org.apache.commons.monitoring.store with parameters of type Counter.Key
 Counter DefaultDataStore.getOrCreateCounter(Counter.Key key)
           
 Counter DataStore.getOrCreateCounter(Counter.Key key)
           
 



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