public class RuntimeStatsCollectorBean extends AbstractStatsCollectorBean
| Constructor and Description |
|---|
RuntimeStatsCollectorBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect()
Collect.
|
RuntimeInfoAccessorBean |
getRuntimeInfoAccessorBean()
Gets the runtime info accessor bean.
|
void |
setMaxSeries(long period,
long span)
Sets the max series expression.
|
void |
setRuntimeInfoAccessorBean(RuntimeInfoAccessorBean runtimeInfoAccessorBean)
Sets the runtime info accessor bean.
|
buildAbsoluteStats, buildAbsoluteStats, buildDeltaStats, buildDeltaStats, buildTimePercentageStats, getListeners, getMaxSeries, getStatsCollection, resetStats, setListeners, setMaxSeries, setStatsCollectionpublic RuntimeInfoAccessorBean getRuntimeInfoAccessorBean()
public void setRuntimeInfoAccessorBean(RuntimeInfoAccessorBean runtimeInfoAccessorBean)
runtimeInfoAccessorBean - the new runtime info accessor beanpublic void collect()
throws Exception
AbstractStatsCollectorBeancollect in class AbstractStatsCollectorBeanException - the exceptionpublic void setMaxSeries(@Value(value="${psiprobe.beans.stats.collectors.runtime.period}")
long period,
@Value(value="${psiprobe.beans.stats.collectors.runtime.span}")
long span)
period - the periodspan - the spanCopyright © 2009–2020 psi-probe. All rights reserved.