public interface BlockStoreMeta
Modifier and Type | Interface and Description |
---|---|
static class |
BlockStoreMeta.Factory
Factory for
BlockStoreMeta . |
Modifier and Type | Method and Description |
---|---|
Map<String,List<Long>> |
getBlockList()
Note: This is only available in
BlockStoreMeta.Factory.createFull(alluxio.worker.block.BlockMetadataManager) . |
Map<BlockStoreLocation,List<Long>> |
getBlockListByStorageLocation()
Note: This is only available in
BlockStoreMeta.Factory.createFull(alluxio.worker.block.BlockMetadataManager) . |
long |
getCapacityBytes() |
Map<Pair<String,String>,Long> |
getCapacityBytesOnDirs() |
Map<String,Long> |
getCapacityBytesOnTiers() |
Map<String,List<String>> |
getDirectoryPathsOnTiers() |
Map<String,List<String>> |
getLostStorage() |
int |
getNumberOfBlocks()
Note: This is only available in
BlockStoreMeta.Factory.createFull(alluxio.worker.block.BlockMetadataManager) . |
StorageTierAssoc |
getStorageTierAssoc() |
long |
getUsedBytes() |
Map<Pair<String,String>,Long> |
getUsedBytesOnDirs() |
Map<String,Long> |
getUsedBytesOnTiers() |
Map<String,List<Long>> getBlockList()
BlockStoreMeta.Factory.createFull(alluxio.worker.block.BlockMetadataManager)
.Map<BlockStoreLocation,List<Long>> getBlockListByStorageLocation()
BlockStoreMeta.Factory.createFull(alluxio.worker.block.BlockMetadataManager)
.long getCapacityBytes()
Map<String,Long> getCapacityBytesOnTiers()
Map<Pair<String,String>,Long> getCapacityBytesOnDirs()
Map<String,List<String>> getDirectoryPathsOnTiers()
Map<String,List<String>> getLostStorage()
int getNumberOfBlocks()
BlockStoreMeta.Factory.createFull(alluxio.worker.block.BlockMetadataManager)
.long getUsedBytes()
Map<String,Long> getUsedBytesOnTiers()
Map<Pair<String,String>,Long> getUsedBytesOnDirs()
StorageTierAssoc getStorageTierAssoc()
Copyright © 2023. All Rights Reserved.