| Package | Description |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.derived | |
| org.terracotta.statistics.derived.latency |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChainedOperationObserver<? super T>> |
ZeroOperationStatistic.getDerivedStatistics() |
Collection<ChainedOperationObserver<? super D>> |
MappedOperationStatistic.getDerivedStatistics() |
Collection<ChainedOperationObserver<? super TARGET>> |
StatisticMapper.getDerivedStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappedOperationStatistic.addDerivedStatistic(ChainedOperationObserver<? super D> derived) |
void |
ZeroOperationStatistic.addDerivedStatistic(ChainedOperationObserver<? super T> derived) |
void |
StatisticMapper.addDerivedStatistic(ChainedOperationObserver<? super TARGET> derived) |
void |
MappedOperationStatistic.removeDerivedStatistic(ChainedOperationObserver<? super D> derived) |
void |
ZeroOperationStatistic.removeDerivedStatistic(ChainedOperationObserver<? super T> derived) |
void |
StatisticMapper.removeDerivedStatistic(ChainedOperationObserver<? super TARGET> derived) |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationResultFilter<T extends Enum<T>> |
class |
OperationResultSampler<T extends Enum<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
Jsr107LatencyMonitor<T extends Enum<T>> |
Copyright © 2018. All rights reserved.