Package | Description |
---|---|
alluxio.util.webui | |
alluxio.wire |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.Ordering<UIFileInfo> |
UIFileInfo.PATH_STRING_COMPARE
Provides ordering of
UIFileInfo based off a string comparison of the
absolute paths. |
Modifier and Type | Method and Description |
---|---|
UIFileInfo |
MasterWebUIBrowse.getCurrentDirectory()
Gets current directory.
|
UIFileInfo[] |
MasterWebUIBrowse.getPathInfos()
Get path infos ui file info [ ].
|
Modifier and Type | Method and Description |
---|---|
List<UIFileInfo> |
MasterWebUILogs.getFileInfos()
Gets file infos.
|
List<UIFileInfo> |
WorkerWebUIBlockInfo.getFileInfos()
Gets file infos.
|
List<UIFileInfo> |
MasterWebUIBrowse.getFileInfos()
Gets file infos.
|
List<UIFileInfo> |
WorkerWebUILogs.getFileInfos()
Gets file infos.
|
List<UIFileInfo> |
MasterWebUIData.getFileInfos()
Gets file infos.
|
Modifier and Type | Method and Description |
---|---|
MasterWebUIBrowse |
MasterWebUIBrowse.setCurrentDirectory(UIFileInfo currentDirectory)
Sets current directory.
|
MasterWebUIBrowse |
MasterWebUIBrowse.setPathInfos(UIFileInfo[] pathInfos)
Sets path infos.
|
Modifier and Type | Method and Description |
---|---|
MasterWebUILogs |
MasterWebUILogs.setFileInfos(List<UIFileInfo> fileInfos)
Sets file infos.
|
WorkerWebUIBlockInfo |
WorkerWebUIBlockInfo.setFileInfos(List<UIFileInfo> FileInfos)
Sets file infos.
|
MasterWebUIBrowse |
MasterWebUIBrowse.setFileInfos(List<UIFileInfo> fileInfos)
Sets file infos.
|
WorkerWebUILogs |
WorkerWebUILogs.setFileInfos(List<UIFileInfo> fileInfos)
Sets file infos.
|
MasterWebUIData |
MasterWebUIData.setFileInfos(List<UIFileInfo> FileInfos)
Sets file infos.
|
Copyright © 2023. All Rights Reserved.