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