Package | Description |
---|---|
alluxio.util.webui | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
Map<String,List<UIFileBlockInfo>> |
UIFileInfo.getBlocksOnTier()
Gets blocks on tier.
|
Modifier and Type | Method and Description |
---|---|
List<UIFileBlockInfo> |
MasterWebUIBrowse.getFileBlocks()
Gets file blocks.
|
List<org.apache.commons.lang3.tuple.ImmutablePair<String,List<UIFileBlockInfo>>> |
WorkerWebUIBlockInfo.getFileBlocksOnTier()
Gets file blocks on tier.
|
Modifier and Type | Method and Description |
---|---|
MasterWebUIBrowse |
MasterWebUIBrowse.setFileBlocks(List<UIFileBlockInfo> fileBlocks)
Sets file blocks.
|
WorkerWebUIBlockInfo |
WorkerWebUIBlockInfo.setFileBlocksOnTier(List<org.apache.commons.lang3.tuple.ImmutablePair<String,List<UIFileBlockInfo>>> FileBlocksOnTier)
Sets file blocks on tier.
|
Copyright © 2023. All Rights Reserved.