public class WebInterfaceBrowseServlet.UiFileInfo extends Object implements Comparable<WebInterfaceBrowseServlet.UiFileInfo>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WebInterfaceBrowseServlet.UiFileInfo o) |
String |
getAbsolutePath() |
String |
getBlockSizeBytes() |
String |
getCheckpointPath() |
String |
getCreationTime() |
List<String> |
getFileLocations() |
int |
getId() |
boolean |
getInMemory() |
boolean |
getIsDirectory() |
String |
getName() |
String |
getSize() |
void |
setFileLocations(List<NetAddress> fileLocations) |
public int getId()
public String getName()
public String getAbsolutePath()
public String getBlockSizeBytes()
public String getCheckpointPath()
public String getSize()
public String getCreationTime()
public boolean getInMemory()
public boolean getIsDirectory()
public void setFileLocations(List<NetAddress> fileLocations)
public int compareTo(WebInterfaceBrowseServlet.UiFileInfo o)
compareTo
in interface Comparable<WebInterfaceBrowseServlet.UiFileInfo>
Copyright © 2013. All rights reserved.