Uses of Interface
com.atlassian.confluence.util.profiling.Counter
-
Packages that use Counter Package Description com.atlassian.confluence.util.profiling -
-
Uses of Counter in com.atlassian.confluence.util.profiling
Methods in com.atlassian.confluence.util.profiling that return Counter Modifier and Type Method Description @NonNull CounterAtlassianInstrumentationConfluenceMonitoring. fetchCounter(String name, String... optional)@NonNull CounterAtlassianInstrumentationConfluenceMonitoring. fetchCounter(String name, Map<String,String> tags)default @NonNull CounterConfluenceMonitoring. fetchCounter(String name)Fetches the counter associated with the supplied name details.@NonNull CounterConfluenceMonitoring. fetchCounter(String name, String... optional)Deprecated.since 7.1 UseConfluenceMonitoring.fetchCounter(String, Map)@NonNull CounterConfluenceMonitoring. fetchCounter(String name, Map<String,String> tags)Fetches the counter associated with the supplied name details.CounterCounter. increase()Increase the counter by one.CounterCounter. increase(long amount)Increase the counter by the specified amount.
-