Package | Description |
---|---|
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
BlockStoreMeta |
BlockStore.getBlockStoreMeta()
Gets the metadata of the entire store in a snapshot.
|
BlockStoreMeta |
BlockStore.getBlockStoreMetaFull()
Similar as
BlockStore.getBlockStoreMeta() except that this includes
more information about the block store (e.g. |
BlockStoreMeta |
BlockWorker.getStoreMeta()
Gets the metadata for the entire block store.
|
BlockStoreMeta |
BlockWorker.getStoreMetaFull()
Similar as
BlockWorker.getStoreMeta() except that this also contains full blockId
list. |
Modifier and Type | Method and Description |
---|---|
static BlockWorkerMetrics |
BlockWorkerMetrics.from(BlockStoreMeta meta,
StorageTierAssoc s)
return a new BlockWorkerMetrics form a new BlockStoreMeta.
|
Copyright © 2023. All Rights Reserved.