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.
|
StorageDirAllocatorView |
This class is a wrapper of
StorageDir to provide more limited access for allocators. |
StorageDirEvictorView |
This class is a wrapper of
StorageDir to provide more limited access for evictors. |
StorageDirView |
This class is a wrapper of
StorageDir to provide more limited access. |
StorageTier |
Represents a tier of storage, for example memory or SSD.
|
StorageTierAllocatorView |
This class is a wrapper of
StorageTier to provide more limited access for allocators. |
StorageTierEvictorView |
This class is a wrapper of
StorageTier to provide more limited access for evictors. |
StorageTierView |
This class is an abstract class for allocators and evictors to extend to provide
limited access to
StorageTier . |
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.