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 Counter
AtlassianInstrumentationConfluenceMonitoring. fetchCounter(String name, String... optional)
@NonNull Counter
AtlassianInstrumentationConfluenceMonitoring. fetchCounter(String name, Map<String,String> tags)
default @NonNull Counter
ConfluenceMonitoring. fetchCounter(String name)
Fetches the counter associated with the supplied name details.@NonNull Counter
ConfluenceMonitoring. fetchCounter(String name, String... optional)
Deprecated.since 7.1 UseConfluenceMonitoring.fetchCounter(String, Map)
@NonNull Counter
ConfluenceMonitoring. fetchCounter(String name, Map<String,String> tags)
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.
-