public class ProfilerResultAggregator extends Object implements Aggregator<ProfilerResult>
| Constructor and Description |
|---|
ProfilerResultAggregator() |
| Modifier and Type | Method and Description |
|---|---|
ProfilerResult |
aggregate(Collection<ProfilerResult> results)
Aggregate the results.
|
public ProfilerResult aggregate(Collection<ProfilerResult> results)
Aggregatoraggregate in interface Aggregator<ProfilerResult>results - results to aggregateCopyright © 2012-2015 Oracle. All Rights Reserved.