tachyon.web
Class WebInterfaceBrowseServlet.UiFileInfo
java.lang.Object
tachyon.web.WebInterfaceBrowseServlet.UiFileInfo
- All Implemented Interfaces:
- Comparable<WebInterfaceBrowseServlet.UiFileInfo>
- Enclosing class:
- WebInterfaceBrowseServlet
public class WebInterfaceBrowseServlet.UiFileInfo
- extends Object
- implements Comparable<WebInterfaceBrowseServlet.UiFileInfo>
Class to make referencing file objects 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 |
getId
public int getId()
getName
public String getName()
getAbsolutePath
public String getAbsolutePath()
getCheckpointPath
public String getCheckpointPath()
getSize
public String getSize()
getCreationTime
public String getCreationTime()
getInMemory
public boolean getInMemory()
getIsDirectory
public boolean getIsDirectory()
setFileLocations
public void setFileLocations(List<NetAddress> fileLocations)
getFileLocations
public List<String> getFileLocations()
compareTo
public int compareTo(WebInterfaceBrowseServlet.UiFileInfo o)
- Specified by:
compareTo
in interface Comparable<WebInterfaceBrowseServlet.UiFileInfo>
Copyright © 2013. All Rights Reserved.