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 ConfluenceMonitoring.fetchCounter(String name, String... optional)
          Fetches the counter associated with the supplied name details.
 Counter AtlassianInstrumentationConfluenceMonitoring.fetchCounter(String name, String... optional)
           
 Counter Counter.increase()
          Increase the counter by one.
 Counter Counter.increase(long amount)
          Increase the counter by the specified amount.
 



Copyright © 2003–2015 Atlassian. All rights reserved.