Uses of Interface
com.atlassian.confluence.util.profiling.Counter
Packages that use Counter
-
Uses of Counter in com.atlassian.confluence.util.profiling
Methods in com.atlassian.confluence.util.profiling that return CounterModifier and TypeMethodDescription@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.@NonNull CounterConfluenceMonitoring.fetchCounter(String name, Map<String, String> tags) Fetches the counter associated with the supplied name details.Counter.increase()Increase the counter by one.Counter.increase(long amount) Increase the counter by the specified amount.
ConfluenceMonitoring.fetchCounter(String, Map)