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() |
int |
getDependencyId() |
List<String> |
getFileLocations() |
int |
getId() |
boolean |
getInMemory() |
int |
getInMemoryPercentage() |
boolean |
getIsDirectory() |
String |
getName() |
String |
getSize() |
void |
setFileLocations(List<NetAddress> fileLocations) |
public int getId()
public int getDependencyId()
public String getName()
public String getAbsolutePath()
public String getBlockSizeBytes()
public String getCheckpointPath()
public String getSize()
public String getCreationTime()
public boolean getInMemory()
public int getInMemoryPercentage()
public boolean getIsDirectory()
public void setFileLocations(List<NetAddress> fileLocations)
public int compareTo(WebInterfaceBrowseServlet.UiFileInfo o)
compareTo
in interface Comparable<WebInterfaceBrowseServlet.UiFileInfo>
Copyright © 2014. All rights reserved.