public class OperationResultSampler<T extends Enum<T>> extends OperationResultFilter<T>
targetsderivedStatistics| Constructor and Description |
|---|
OperationResultSampler(Set<T> targets,
double sampling,
ChainedEventObserver... observers) |
| Modifier and Type | Method and Description |
|---|---|
void |
end(long time,
long latency,
T result) |
int |
getCeiling() |
begin, getTargetsaddDerivedStatistic, getDerivedStatistics, removeDerivedStatisticpublic OperationResultSampler(Set<T> targets, double sampling, ChainedEventObserver... observers)
Copyright © 2018. All rights reserved.