Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.block.meta |
Modifier and Type | Method and Description |
---|---|
StorageTier |
BlockMetadataManager.getTier(String tierAlias)
Gets the
StorageTier given its tierAlias. |
Modifier and Type | Method and Description |
---|---|
List<StorageTier> |
BlockMetadataManager.getTiers()
Gets the list of
StorageTier managed. |
List<StorageTier> |
BlockMetadataManager.getTiersBelow(String tierAlias)
Gets the list of
StorageTier below the tier with the given tierAlias. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStorageTier
Represents a tier of storage, for example memory or SSD.
|
Modifier and Type | Method and Description |
---|---|
StorageTier |
DefaultStorageDir.getParentTier() |
StorageTier |
StorageDir.getParentTier()
Returns the
StorageTier containing this StorageDir . |
static StorageTier |
DefaultStorageTier.newStorageTier(String tierAlias,
boolean isMultiTier)
Factory method to create
StorageTier . |
Modifier and Type | Method and Description |
---|---|
static StorageDir |
DefaultStorageDir.newStorageDir(StorageTier tier,
int dirIndex,
long capacityBytes,
long reservedBytes,
String dirPath,
String dirMedium)
Factory method to create
StorageDir . |
Constructor and Description |
---|
StorageTierAllocatorView(StorageTier tier,
boolean useReservedSpace)
Creates a
StorageTierView using the actual StorageTier . |
StorageTierEvictorView(StorageTier tier,
BlockMetadataEvictorView view)
Creates a
StorageTierEvictorView using the actual StorageTier and the above
BlockMetadataEvictorView . |
StorageTierView(StorageTier tier)
Creates a
StorageTierView using the actual StorageTier . |
StorageTierView(StorageTier tier,
boolean useReservedSpace)
Creates a
StorageTierView using the actual StorageTier . |
Copyright © 2023. All Rights Reserved.