Methods in net.sf.sensor.filter with parameters of type SensorStatistics |
protected boolean |
SensorStatisticsFilter.acceptStatistics(SensorStatistics statistics)
Method that checks whether a single instance of SensorStatistics
matches all currently activated filter criteria. |
protected boolean |
SensorStatisticsFilter.matchesIdExpression(SensorStatistics statistics)
Filter that applies the ID filter expression (if it has been set) to the
id property of the specified SensorStatistics . |
protected boolean |
SensorStatisticsFilter.matchesLabels(SensorStatistics statistics)
Filter that applies the label filter (if it has been set) to the
labels property of the specified SensorStatistics . |