Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.worker.block | |
alluxio.worker.block.evictor |
Set of evictors for evicting or moving blocks to other locations.
|
Constructor and Description |
---|
SafeUfsDeleter(MountTable mountTable,
List<Pair<AlluxioURI,LockedInodePath>> inodes,
DeleteOptions deleteOptions)
Creates a new instance of
SafeUfsDeleter . |
Modifier and Type | Class and Description |
---|---|
class |
InodePathPair
This class represents a pair of
LockedInodePath s. |
Modifier and Type | Method and Description |
---|---|
Map<Pair<String,String>,Long> |
DefaultBlockStoreMeta.getCapacityBytesOnDirs() |
Map<Pair<String,String>,Long> |
BlockStoreMeta.getCapacityBytesOnDirs() |
Map<Pair<String,String>,Long> |
DefaultBlockStoreMeta.getUsedBytesOnDirs() |
Map<Pair<String,String>,Long> |
BlockStoreMeta.getUsedBytesOnDirs() |
Modifier and Type | Method and Description |
---|---|
List<Pair<Long,BlockStoreLocation>> |
EvictionPlan.toEvict() |
Constructor and Description |
---|
EvictionPlan(List<BlockTransferInfo> toTransfer,
List<Pair<Long,BlockStoreLocation>> toEvict)
Creates a new instance of
EvictionPlan . |
Copyright © 2023. All Rights Reserved.