| Interface | Description |
|---|---|
| StatisticsCalculator |
The StatisticsCalculator interface contains methods for easy statistics management.
|
| TCacheStatisticsInterface |
The statistics interface contains setters for Cache statistics.
|
| TCacheStatisticsMXBean |
| Class | Description |
|---|---|
| HitAndMissDifference |
Holds a count of cache hits and cache misses.
|
| LongAdderStatisticsCalculator |
Implementation for StatisticsCalculator, that implements all statistics, using LongAdder counters.
|
| NullStatisticsCalculator |
Implementation for StatisticsCalculator, that does not count and all getters return zero values.
|
| SlidingWindowCounter |
Created by astamenov on 29.05.2015.
|
| StandardStatisticsCalculator | Deprecated
Use
LongAdderStatisticsCalculator instead. |
| TCacheStatistics |
Hold statistics for tCache, for example number of elements and hit count.
|
| TCacheStatisticsBean | |
| TCacheStatisticsMBean |
| Enum | Description |
|---|---|
| TCacheStatisticsBean.StatisticsAveragingMode |
Copyright © 2018 trivago. All rights reserved.