| Package | Description |
|---|---|
| com.atlassian.instrumentation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteAtomicCounter
An AbsoluteCounter is a
Counter that resets its value to zero every time AbsoluteAtomicCounter.getValue() is called. |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteCounter |
InstrumentRegistry.pullAbsoluteCounter(String name)
This is a pull through operation that guarantees to ATOMICALLY create a AbsoluteCounter under the name if its not
present OR return the previously created one if its there.
|
AbsoluteCounter |
DefaultInstrumentRegistry.pullAbsoluteCounter(String name)
This is a pull through operation that guarantees to ATOMICALLY create a AbsoluteCounter under the name if its not
present OR return the previously created one if its there.
|
Copyright © 2016 Atlassian. All rights reserved.