Package | Description |
---|---|
alluxio | |
alluxio.master.block | |
alluxio.master.block.meta | |
alluxio.worker.block |
Modifier and Type | Class and Description |
---|---|
class |
MasterStorageTierAssoc
StorageTierAssoc for masters. |
class |
WorkerStorageTierAssoc
StorageTierAssoc for workers. |
Modifier and Type | Method and Description |
---|---|
StorageTierAssoc |
DefaultBlockMaster.getGlobalStorageTierAssoc() |
StorageTierAssoc |
BlockMaster.getGlobalStorageTierAssoc() |
Modifier and Type | Method and Description |
---|---|
StorageTierAssoc |
MasterWorkerInfo.getStorageTierAssoc() |
Modifier and Type | Method and Description |
---|---|
Set<Long> |
MasterWorkerInfo.register(StorageTierAssoc globalStorageTierAssoc,
List<String> storageTierAliases,
Map<String,Long> totalBytesOnTiers,
Map<String,Long> usedBytesOnTiers,
Set<Long> blocks)
Marks the worker as registered, while updating all of its metadata.
|
Modifier and Type | Method and Description |
---|---|
StorageTierAssoc |
DefaultBlockStoreMeta.getStorageTierAssoc() |
StorageTierAssoc |
BlockMetadataManager.getStorageTierAssoc() |
StorageTierAssoc |
BlockStoreMeta.getStorageTierAssoc() |
Copyright © 2023. All Rights Reserved.