|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatsValueRetriever | |
---|---|
org.perf4j.chart | Contains classes used to display graphical charts of timing statistics. |
org.perf4j.helpers | Helper classes used by the rest of the perf4j framework. |
Uses of StatsValueRetriever in org.perf4j.chart |
---|
Constructors in org.perf4j.chart with parameters of type StatsValueRetriever | |
---|---|
GoogleChartGenerator(StatsValueRetriever statsValueRetriever)
Creates a chart that uses the specified StatsValueRetriever to determine which values from the TimingStatistic object to display. |
|
GoogleChartGenerator(StatsValueRetriever valueRetriever,
java.lang.String baseUrl)
Creates a chart that uses the specified StatsValueRetriever to determine which values from the StatsPerTag object to display, and also allows the base chart URL to be overridden from the Google default. |
Uses of StatsValueRetriever in org.perf4j.helpers |
---|
Fields in org.perf4j.helpers declared as StatsValueRetriever | |
---|---|
static StatsValueRetriever |
StatsValueRetriever.COUNT_VALUE_RETRIEVER
|
static StatsValueRetriever |
StatsValueRetriever.MAX_VALUE_RETRIEVER
|
static StatsValueRetriever |
StatsValueRetriever.MEAN_VALUE_RETRIEVER
|
static StatsValueRetriever |
StatsValueRetriever.MIN_VALUE_RETRIEVER
|
static StatsValueRetriever |
StatsValueRetriever.STD_DEV_VALUE_RETRIEVER
|
static StatsValueRetriever |
StatsValueRetriever.TPS_VALUE_RETRIEVER
|
Fields in org.perf4j.helpers with type parameters of type StatsValueRetriever | |
---|---|
static java.util.Map<java.lang.String,StatsValueRetriever> |
StatsValueRetriever.DEFAULT_RETRIEVERS
Default unmodifiable Map of statistic name to the corresponding StatsValueRetriever object that retrieves that statistic. |
Methods in org.perf4j.helpers that return types with arguments of type StatsValueRetriever | |
---|---|
protected java.util.Map<java.lang.String,StatsValueRetriever> |
StatisticsExposingMBean.getStatsValueRetrievers()
Overridable helper method gets the Map of statistic name to StatsValueRetriever. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |