Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.page |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBlockStoreMeta
This class holds the metadata information of a block store.
|
Modifier and Type | Method and Description |
---|---|
BlockStoreMeta |
TieredBlockStore.getBlockStoreMeta() |
BlockStoreMeta |
LocalBlockStore.getBlockStoreMeta()
Gets the metadata of the entire store in a snapshot.
|
BlockStoreMeta |
MonoBlockStore.getBlockStoreMeta() |
BlockStoreMeta |
BlockMetadataManager.getBlockStoreMeta()
Gets a summary of the metadata.
|
BlockStoreMeta |
BlockStore.getBlockStoreMeta()
Gets the metadata of the entire store in a snapshot.
|
BlockStoreMeta |
TieredBlockStore.getBlockStoreMetaFull() |
BlockStoreMeta |
LocalBlockStore.getBlockStoreMetaFull()
Similar as
LocalBlockStore.getBlockStoreMeta() except that this includes
more information about the block store (e.g. |
BlockStoreMeta |
MonoBlockStore.getBlockStoreMetaFull() |
BlockStoreMeta |
BlockMetadataManager.getBlockStoreMetaFull()
Gets a full summary of block store metadata.
|
BlockStoreMeta |
BlockStore.getBlockStoreMetaFull()
Similar as
BlockStore.getBlockStoreMeta() except that this includes
more information about the block store (e.g. |
BlockStoreMeta |
DefaultBlockWorker.getStoreMeta() |
BlockStoreMeta |
BlockWorker.getStoreMeta()
Gets the metadata for the entire block store.
|
BlockStoreMeta |
DefaultBlockWorker.getStoreMetaFull() |
BlockStoreMeta |
BlockWorker.getStoreMetaFull()
Similar as
BlockWorker.getStoreMeta() except that this also contains full blockId
list. |
Modifier and Type | Class and Description |
---|---|
class |
PagedBlockStoreMeta
Metadata of the paged block store.
|
Modifier and Type | Method and Description |
---|---|
BlockStoreMeta |
PagedBlockStore.getBlockStoreMeta() |
BlockStoreMeta |
PagedBlockStore.getBlockStoreMetaFull() |
Copyright © 2023. All Rights Reserved.