public final class UiFileInfo extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.Ordering<UiFileInfo> |
PATH_STRING_COMPARE
Provides ordering of
UiFileInfo based off a string comparison of the
absolute paths. |
Constructor and Description |
---|
UiFileInfo(ClientFileInfo fileInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
String |
getBlockSizeBytes() |
String |
getCheckpointPath() |
String |
getCreationTime() |
int |
getDependencyId() |
List<String> |
getFileLocations() |
int |
getId() |
boolean |
getInMemory() |
int |
getInMemoryPercentage() |
boolean |
getIsDirectory() |
String |
getModificationTime() |
String |
getName() |
boolean |
getNeedPin() |
String |
getSize() |
void |
setFileLocations(List<NetAddress> fileLocations) |
public static final com.google.common.collect.Ordering<UiFileInfo> PATH_STRING_COMPARE
UiFileInfo
based off a string comparison of the
absolute paths.public UiFileInfo(ClientFileInfo fileInfo)
public String getAbsolutePath()
public String getBlockSizeBytes()
public String getCheckpointPath()
public String getCreationTime()
public String getModificationTime()
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 © 2015. All Rights Reserved.