org.apache.hadoop.chukwa.rest.objects
Class Disk
java.lang.Object
org.apache.hadoop.chukwa.rest.objects.Disk
- All Implemented Interfaces:
- Serializable
public class Disk
- extends Object
- implements Serializable
Disk generated by hbm2java
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Disk
public Disk()
Disk
public Disk(Timestamp timestamp,
String host,
String mount,
Double used,
Double available,
Double usedPercent,
String fs)
getTimestamp
public Timestamp getTimestamp()
setTimestamp
public void setTimestamp(Timestamp timestamp)
getHost
public String getHost()
setHost
public void setHost(String host)
getMount
public String getMount()
setMount
public void setMount(String mount)
getUsed
public Double getUsed()
setUsed
public void setUsed(Double used)
getAvailable
public Double getAvailable()
setAvailable
public void setAvailable(Double available)
getUsedPercent
public Double getUsedPercent()
setUsedPercent
public void setUsedPercent(Double usedPercent)
getFs
public String getFs()
setFs
public void setFs(String fs)
Copyright © ${year} The Apache Software Foundation