Uses of Interface
com.atlassian.confluence.util.profiling.Counter

Packages that use Counter
com.atlassian.confluence.util.profiling   
 

Uses of Counter in com.atlassian.confluence.util.profiling
 

Methods in com.atlassian.confluence.util.profiling that return Counter
 Counter Counter.decrease()
          Decrease the counter by one.
 Counter Counter.decrease(long amount)
          Decrease the counter by the specified amount.
 Counter JavaSimonConfluenceMonitoring.fetchCounter(java.lang.String name, java.lang.String... optional)
           
 Counter ConfluenceMonitoring.fetchCounter(java.lang.String name, java.lang.String... optional)
          Fetches the counter associated with the supplied name details.
 Counter Counter.increase()
          Increase the counter by one.
 Counter Counter.increase(long amount)
          Increase the counter by the specified amount.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.