| Package | Description |
|---|---|
| com.atlassian.instrumentation |
| Modifier and Type | Method and Description |
|---|---|
CacheCounter |
InstrumentRegistry.pullCacheCounter(String name)
This is a pull through operation that guarantees to ATOMICALLY create a
CacheCounter under the name if its not present
OR return the previously created one if its there. |
CacheCounter |
DefaultInstrumentRegistry.pullCacheCounter(String name) |
CacheCounter |
InstrumentRegistry.pullCacheCounter(String name,
CacheCounter.Sizer sizer)
This is a pull through operation that guarantees to ATOMICALLY create a
CacheCounter under the name if its not present
OR return the previously created one if its there. |
CacheCounter |
DefaultInstrumentRegistry.pullCacheCounter(String name,
CacheCounter.Sizer sizer) |
Copyright © 2016 Atlassian. All rights reserved.