Class | Description |
---|---|
AbstractBlockMeta |
A base class of the metadata of blocks in Alluxio managed storage.
|
BlockMeta |
Represents the metadata of a block in Alluxio managed storage.
|
StorageDir |
Represents a directory in a storage tier.
|
StorageDirView |
This class is a wrapper of
StorageDir to provide more limited access and a filtered list
of blocks. |
StorageTier |
Represents a tier of storage, for example memory or SSD.
|
StorageTierView |
This class is a wrapper of
StorageTier to provide more limited access. |
TempBlockMeta |
Represents the metadata of an uncommitted block in Alluxio managed storage.
|
UnderFileSystemBlockMeta |
This class represents the metadata of a block that is in UFS.
|
Copyright © 2023. All Rights Reserved.