| Package | Description |
|---|---|
| com.atlassian.instrumentation |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedAtomicCounter
An implementation of
DerivedCounter |
| Modifier and Type | Method and Description |
|---|---|
DerivedCounter |
InstrumentRegistry.pullDerivedCounter(String name)
This is a pull through operation that guarantees to ATOMICALLY create a DerivedCounter under the name if its not
present OR return the previously created one if its there.
|
DerivedCounter |
DefaultInstrumentRegistry.pullDerivedCounter(String name)
This is a pull through operation that guarantees to ATOMICALLY create a DerivedCounter under the name if its not
present OR return the previously created one if its there.
|
Copyright © 2016 Atlassian. All rights reserved.