public interface Monitor extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| int | getHistorySize()The size of the history of values saved. | 
| String | getName()Returns the name of the monitor. | 
| long | getPeriod()A period (in milliseconds) when this value will be checked. | 
| double | getValue()The value of the monitor. | 
String getName()
long getPeriod()
double getValue()
int getHistorySize()
Copyright © GigaSpaces.