public class JvmMemoryStatsCollectorBean extends AbstractStatsCollectorBean
| Constructor and Description |
|---|
JvmMemoryStatsCollectorBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect()
Collect.
|
JvmMemoryInfoAccessorBean |
getJvmMemoryInfoAccessor()
Gets the jvm memory info accessor.
|
void |
setJvmMemoryInfoAccessor(JvmMemoryInfoAccessorBean jvmMemoryInfoAccessor)
Sets the jvm memory info accessor.
|
void |
setListeners(List<StatsCollectionListener> listeners)
Sets the listeners.
|
void |
setMaxSeries(long period,
long span)
Sets the max series expression.
|
buildAbsoluteStats, buildAbsoluteStats, buildDeltaStats, buildDeltaStats, buildTimePercentageStats, getListeners, getMaxSeries, getStatsCollection, resetStats, setMaxSeries, setStatsCollectionpublic JvmMemoryInfoAccessorBean getJvmMemoryInfoAccessor()
public void setJvmMemoryInfoAccessor(JvmMemoryInfoAccessorBean jvmMemoryInfoAccessor)
jvmMemoryInfoAccessor - the new jvm memory info accessorpublic void collect()
throws Exception
AbstractStatsCollectorBeancollect in class AbstractStatsCollectorBeanException - the exceptionpublic void setMaxSeries(@Value(value="${psiprobe.beans.stats.collectors.memory.period}")
long period,
@Value(value="${psiprobe.beans.stats.collectors.memory.span}")
long span)
period - the periodspan - the span@Autowired public void setListeners(List<StatsCollectionListener> listeners)
AbstractStatsCollectorBeansetListeners in class AbstractStatsCollectorBeanlisteners - the new listenersCopyright © 2009–2020 psi-probe. All rights reserved.