|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationStatistic | |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.extended | |
| Uses of OperationStatistic in org.terracotta.statistics |
|---|
| Classes in org.terracotta.statistics that implement OperationStatistic | |
|---|---|
class |
AbstractOperationStatistic<T extends Enum<T>>
|
| Methods in org.terracotta.statistics that return OperationStatistic | ||
|---|---|---|
static
|
StatisticsManager.getOperationStatisticFor(OperationObserver<T> observer)
|
|
| Uses of OperationStatistic in org.terracotta.statistics.extended |
|---|
| Constructors in org.terracotta.statistics.extended with parameters of type OperationStatistic | |
|---|---|
CompoundOperationImpl(OperationStatistic<T> source,
Class<T> type,
long averagePeriod,
TimeUnit averageTimeUnit,
ScheduledExecutorService executor,
int historySize,
long historyPeriod,
TimeUnit historyTimeUnit)
Instantiates a new compound operation impl. |
|
RateImpl(OperationStatistic<T> source,
Set<T> targets,
long averagePeriod,
TimeUnit averageTimeUnit,
ScheduledExecutorService executor,
int historySize,
long historyPeriod,
TimeUnit historyTimeUnit)
Instantiates a new rate statistic. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||