public class StatsMap extends Object
Provides access to statistics collected by StatsCollectionHandler
.
This class is part of the implementation of StatsCollectionHandler
and is not meant to be instantiated directly.
Modifier and Type | Method and Description |
---|---|
QuantileTracker.Range[] |
estimateRootEventTotalTimeQuantiles(double... quantiles)
Estimates total time quantile values for root events.
|
Map<String,EventStats> |
getEventStats() |
List<RootEventInfo> |
getLongestEvents() |
long |
getNumRootEvents() |
Date |
getStartTime() |
public Date getStartTime()
public long getNumRootEvents()
public QuantileTracker.Range[] estimateRootEventTotalTimeQuantiles(double... quantiles)
public Map<String,EventStats> getEventStats()
public List<RootEventInfo> getLongestEvents()
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.