tachyon.web
Class WebInterfaceGeneralServlet.NodeInfo

java.lang.Object
  extended by 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.


Method Summary
 int getFreeSpacePercent()
           
 String getLastHeartbeat()
           
 String getName()
           
 String getState()
           
 String getUptimeClockTime()
           
 int getUsedSpacePercent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.