| Package | Description |
|---|---|
| org.terracotta.statistics |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOperationStatistic<T extends Enum<T>> |
class |
MappedOperationStatistic<S extends Enum<S>,D extends Enum<D>> |
class |
StatisticMapper<SOURCE extends Enum<SOURCE>,TARGET extends Enum<TARGET>> |
class |
ZeroOperationStatistic<T extends Enum<T>>
An operation statistic that always return 0 for everything.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T>> |
ZeroOperationStatistic.get() |
static <T extends Enum<T>> |
StatisticsManager.getOperationStatisticFor(OperationObserver<T> observer) |
| Constructor and Description |
|---|
StatisticMapper(Map<TARGET,Set<SOURCE>> translation,
OperationStatistic<SOURCE> statistic) |
Copyright © 2018. All rights reserved.