Rio Project 4.2 API Documentation



org.rioproject.system.measurable.disk
Class DiskSpaceUtilization

java.lang.Object
  extended by org.rioproject.system.MeasuredResource
      extended by org.rioproject.system.measurable.disk.DiskSpaceUtilization
All Implemented Interfaces:
Serializable

public class DiskSpaceUtilization
extends MeasuredResource
implements Serializable

Measured Disk statistics

See Also:
Serialized Form

Constructor Summary
DiskSpaceUtilization(String identifier, double used, double available, double capacity, double utilization, ThresholdValues tVals)
           
DiskSpaceUtilization(String identifier, double total, ThresholdValues tVals)
          Construct a DiskSpaceUtilization with parameters
 
Method Summary
 double getAvailable()
           
 double getCapacity()
           
 double getUsed()
           
 
Methods inherited from class org.rioproject.system.MeasuredResource
equals, evaluate, getIdentifier, getThresholdValues, getValue, hashCode, thresholdCrossed, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiskSpaceUtilization

public DiskSpaceUtilization(String identifier,
                            double total,
                            ThresholdValues tVals)
Construct a DiskSpaceUtilization with parameters

Parameters:
identifier - Identifier for the DiskSpaceUtilization
total - The total system disk utilization
tVals - ThresholdValues for the DiskSpaceUtilization

DiskSpaceUtilization

public DiskSpaceUtilization(String identifier,
                            double used,
                            double available,
                            double capacity,
                            double utilization,
                            ThresholdValues tVals)
Method Detail

getUsed

public double getUsed()

getAvailable

public double getAvailable()

getCapacity

public double getCapacity()

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.