sidnet.utilityviews.statscollector
Class StatEntry_DeadNodesCount
java.lang.Object
sidnet.utilityviews.statscollector.StatEntry
sidnet.utilityviews.statscollector.ExclusionStatEntry
sidnet.utilityviews.statscollector.StatEntry_DeadNodesCount
- All Implemented Interfaces:
- JistAPI.Timeless
public class StatEntry_DeadNodesCount
- extends ExclusionStatEntry
Fields inherited from class sidnet.utilityviews.statscollector.StatEntry |
key, tag |
Method Summary |
java.lang.String |
getValueAsString()
Returns the current recorded value of the data that is being monitored, as String |
void |
update(Node[] nodes)
User-defined processing (update of inner statistical values) based on the informations comprised in the Node
The implementation must call this method first |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatEntry_DeadNodesCount
public StatEntry_DeadNodesCount(java.lang.String key,
int energyPercentageThreshold)
StatEntry_DeadNodesCount
public StatEntry_DeadNodesCount(java.lang.String key,
int energyPercentageThreshold,
Region region,
ExclusionStatEntry.TYPE regionType)
getValueAsString
public java.lang.String getValueAsString()
- Description copied from class:
StatEntry
- Returns the current recorded value of the data that is being monitored, as String
- Overrides:
getValueAsString
in class StatEntry
- Returns:
- data value
update
public void update(Node[] nodes)
- Description copied from class:
ExclusionStatEntry
- User-defined processing (update of inner statistical values) based on the informations comprised in the Node
The implementation must call this method first
- Overrides:
update
in class ExclusionStatEntry