public class SessionSampleManager extends AbstractSampleManager implements Serviceable
MonitoringConstants.Period
Modifier and Type | Field and Description |
---|---|
private JackrabbitRepository |
_repository |
_description, _featureName, _id, _label, _logger, _pluginName
FEEDING_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, setPluginInfo
private JackrabbitRepository _repository
public SessionSampleManager()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
protected void _configureDatasources(org.rrd4j.core.RrdDef rrdDef)
AbstractSampleManager
_configureDatasources
in class AbstractSampleManager
rrdDef
- the Round Robin Database definition.protected String _getGraphTitle()
AbstractSampleManager
_getGraphTitle
in class AbstractSampleManager
protected Map<String,Object> _internalCollect(org.rrd4j.core.Sample sample) throws IOException
AbstractSampleManager
_internalCollect
in class AbstractSampleManager
sample
- the sample to collect.IOException
- thrown in case of I/O error.