public class DatasourceStatsCollectorBean extends AbstractStatsCollectorBean
| Constructor and Description |
|---|
DatasourceStatsCollectorBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect()
Collect.
|
ContainerWrapperBean |
getContainerWrapper()
Gets the container wrapper.
|
void |
reset()
Reset.
|
void |
reset(String name)
Reset.
|
void |
setContainerWrapper(ContainerWrapperBean containerWrapper)
Sets the container wrapper.
|
void |
setMaxSeries(long period,
long span)
Sets the max series expression.
|
buildAbsoluteStats, buildAbsoluteStats, buildDeltaStats, buildDeltaStats, buildTimePercentageStats, getListeners, getMaxSeries, getStatsCollection, resetStats, setListeners, setMaxSeries, setStatsCollectionpublic ContainerWrapperBean getContainerWrapper()
public void setContainerWrapper(ContainerWrapperBean containerWrapper)
containerWrapper - the new container wrapperpublic void collect()
throws Exception
AbstractStatsCollectorBeancollect in class AbstractStatsCollectorBeanException - the exceptionpublic void reset(String name) throws Exception
name - the nameException - the exceptionpublic void setMaxSeries(@Value(value="${psiprobe.beans.stats.collectors.datasource.period}")
long period,
@Value(value="${psiprobe.beans.stats.collectors.datasource.span}")
long span)
period - the periodspan - the spanCopyright © 2009–2020 psi-probe. All rights reserved.