public interface BlockStoreMeta
Modifier and Type | Method and Description |
---|---|
Map<String,List<Long>> |
getBlockList()
Note: This method is only available when users initialize
the blockStoreMeta with full block meta requirement.
|
Map<BlockStoreLocation,List<Long>> |
getBlockListByStorageLocation()
Note: This method is only available when users initialize
the blockStoreMeta with full block meta requirement.
|
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 when blocks are included.
|
StorageTierAssoc |
getStorageTierAssoc() |
long |
getUsedBytes() |
Map<Pair<String,String>,Long> |
getUsedBytesOnDirs() |
Map<String,Long> |
getUsedBytesOnTiers() |
Map<String,List<Long>> getBlockList()
Map<BlockStoreLocation,List<Long>> getBlockListByStorageLocation()
long getCapacityBytes()
Map<String,Long> getCapacityBytesOnTiers()
Map<Pair<String,String>,Long> getCapacityBytesOnDirs()
Map<String,List<String>> getDirectoryPathsOnTiers()
Map<String,List<String>> getLostStorage()
int getNumberOfBlocks()
long getUsedBytes()
Map<String,Long> getUsedBytesOnTiers()
Map<Pair<String,String>,Long> getUsedBytesOnDirs()
StorageTierAssoc getStorageTierAssoc()
Copyright © 2023. All Rights Reserved.