| Package | Description |
|---|---|
| com.atlassian.instrumentation | |
| com.atlassian.instrumentation.caches |
| Class and Description |
|---|
| CacheCollector
CacheCollector can track cache hits and misses and give out statistics about how the cache is performing.
|
| CacheCollector.Sizer
In order to find out how large a cache is, this callback interface is invoked to give a "guesstimate" about how
large the cache is at present.
|
| CacheCounter
CacheCounter can track cache hits and misses and give out statistics about how the cache
is performing
|
| CacheCounter.Sizer
In order to find out how large a cache is, this callback interface is invoked
to give a "guesstimate" about how large the cache is at present.
|
| Class and Description |
|---|
| CacheCollector.Sizer
In order to find out how large a cache is, this callback interface is invoked to give a "guesstimate" about how
large the cache is at present.
|
| CacheCounter.Sizer
In order to find out how large a cache is, this callback interface is invoked
to give a "guesstimate" about how large the cache is at present.
|
| CacheInstrument
An instrument that counts cache hits and misses
|
| CacheKeys
Enum for the key names when statistics are pushed into a map
|
| RequestListener
Provides an interface for a collector that can be called at the beginning and the end of a request to collect
statistics for saving.
|
Copyright © 2016 Atlassian. All rights reserved.