org.inria.myriads.snoozenode.configurator.monitoring
Class MonitoringThresholds

java.lang.Object
  extended by org.inria.myriads.snoozenode.configurator.monitoring.MonitoringThresholds

public final class MonitoringThresholds
extends Object

Monitoring thresholds.

Author:
Eugen Feller

Constructor Summary
MonitoringThresholds(List<Double> cpu, List<Double> memory, List<Double> network)
          Memory thresholds.
 
Method Summary
 List<Double> getCPU()
          Returns the CPU utilization thresholds.
 List<Double> getMemory()
          Returns the memory utilization thresholds.
 List<Double> getNetwork()
          Returns the network utilization thresholds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoringThresholds

public MonitoringThresholds(List<Double> cpu,
                            List<Double> memory,
                            List<Double> network)
Memory thresholds.

Parameters:
cpu - The CPU utilization thresholds
memory - The memory utilization thresholds
network - The network utilization thresholds
Method Detail

getCPU

public List<Double> getCPU()
Returns the CPU utilization thresholds.

Returns:
The CPU utilization thresholds

getMemory

public List<Double> getMemory()
Returns the memory utilization thresholds.

Returns:
The memory utilization thresholds

getNetwork

public List<Double> getNetwork()
Returns the network utilization thresholds.

Returns:
The network utilization thresholds


Copyright © 2012. All Rights Reserved.