| Package | Description |
|---|---|
| com.atlassian.confluence.util.profiling |
| Modifier and Type | Method and Description |
|---|---|
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–2019 Atlassian. All rights reserved.