public class UiFileInfo extends Object implements Comparable<UiFileInfo>
Constructor and Description |
---|
UiFileInfo(ClientFileInfo fileInfo) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(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() |
boolean |
getNeedPin() |
String |
getSize() |
void |
setFileLocations(List<NetAddress> fileLocations) |
public UiFileInfo(ClientFileInfo fileInfo)
public int compareTo(UiFileInfo o)
compareTo
in interface Comparable<UiFileInfo>
public String getAbsolutePath()
public String getBlockSizeBytes()
public String getCheckpointPath()
public String getCreationTime()
public int getDependencyId()
public int getId()
public boolean getInMemory()
public int getInMemoryPercentage()
public boolean getIsDirectory()
public boolean getNeedPin()
public String getName()
public String getSize()
public void setFileLocations(List<NetAddress> fileLocations)
Copyright © 2014. All rights reserved.