tachyon.web
Class WebInterfaceGeneralServlet.NodeInfo
java.lang.Object
tachyon.web.WebInterfaceGeneralServlet.NodeInfo
- Enclosing class:
- WebInterfaceGeneralServlet
public class WebInterfaceGeneralServlet.NodeInfo
- extends Object
Class to make referencing worker nodes more intuitive. Mainly to avoid implicit association
by array indexes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getLastHeartbeat
public String getLastHeartbeat()
getState
public String getState()
getFreeSpacePercent
public int getFreeSpacePercent()
getUsedSpacePercent
public int getUsedSpacePercent()
getUptimeClockTime
public String getUptimeClockTime()
Copyright © 2013. All Rights Reserved.