public class Varnish extends Probe<String,Number> implements IndexedProbe
| Constructor and Description |
|---|
Varnish() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Boolean welcome) |
void |
configure(Integer port) |
void |
configure(Integer port,
Boolean welcome) |
String |
getIndexName() |
Map<String,Number> |
getNewSampleValues()
The method that return a map of data collected.
It should return return as raw as possible, they can even be opaque data tied to the probe. |
Integer |
getPort() |
String |
getSourceType() |
Boolean |
getWelcome() |
void |
setPort(Integer port) |
void |
setWelcome(Boolean welcome) |
addGraph, addGraph, checkStore, checkStoreFile, collect, compareTo, create, dsExist, dumpAsXml, dumpAsXml, fetchData, fetchData, fetchData, filterValues, getCollectMapping, getDsDefs, getGraphList, getHost, getLabel, getLastUpdate, getLastValues, getName, getNamedLogger, getPd, getQualifiedName, getRrdDef, getRrdName, getTags, getUptime, hashCode, log, log, modifySample, readProperties, readSpecific, setHost, setLabel, setName, setPd, setUptime, toStringconfigureStarters, find, find, find, find, find, getHostList, getLevel, getParent, getStarters, getStep, getTimeout, isCollectRunning, isStarted, registerStarter, registerStarter, setParent, setParent, setStep, setTimeout, startCollect, stopCollectpublic void configure(Integer port)
public void configure(Boolean welcome)
public Map<String,Number> getNewSampleValues()
ProbeProbeDesc. A key not associated with an existent datastore will generate a warning
but will not prevent the other values to be stored.getNewSampleValues in class Probe<String,Number>public String getSourceType()
getSourceType in class Probe<String,Number>public String getIndexName()
getIndexName in interface IndexedProbepublic Integer getPort()
public void setPort(Integer port)
port - the port to setpublic Boolean getWelcome()
public void setWelcome(Boolean welcome)
welcome - the welcome to set