public class SessionSampleManager extends AbstractSampleManager implements Serviceable
MonitoringConstants.Period| Modifier and Type | Field and Description |
|---|---|
private JackrabbitRepository |
_repository |
_description, _featureName, _id, _label, _logger, _pluginNameFEEDING_PERIOD, RRD_EXT, RRD_STORAGE_DIRECTORY| Constructor and Description |
|---|
SessionSampleManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_configureDatasources(org.rrd4j.core.RrdDef rrdDef)
Provides the data sources.
|
protected String |
_getGraphTitle()
Provide the graph title.
|
protected Map<String,Object> |
_internalCollect(org.rrd4j.core.Sample sample)
Collect data into the Round Robin Database.
|
void |
service(ServiceManager manager) |
_configureValueRange, _registerDatasources, _setCommonParameters, collect, configure, configureRRDDef, enableLogging, getDescription, getId, getLabel, setPluginInfoprivate JackrabbitRepository _repository
public SessionSampleManager()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionprotected void _configureDatasources(org.rrd4j.core.RrdDef rrdDef)
AbstractSampleManager_configureDatasources in class AbstractSampleManagerrrdDef - the Round Robin Database definition.protected String _getGraphTitle()
AbstractSampleManager_getGraphTitle in class AbstractSampleManagerprotected Map<String,Object> _internalCollect(org.rrd4j.core.Sample sample) throws IOException
AbstractSampleManager_internalCollect in class AbstractSampleManagersample - the sample to collect.IOException - thrown in case of I/O error.