Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.block.meta |
Modifier and Type | Method and Description |
---|---|
StorageTierView |
BlockMetadataView.getNextTier(StorageTierView tierView)
Gets the next storage tier view.
|
StorageTierView |
BlockMetadataView.getTierView(String tierAlias)
Provides
StorageTierView given tierAlias. |
Modifier and Type | Method and Description |
---|---|
List<StorageTierView> |
BlockMetadataView.getTierViews()
Gets all tierViews under this storage metadata view.
|
List<StorageTierView> |
BlockMetadataView.getTierViewsBelow(String tierAlias)
Gets all tierViews before certain tierView.
|
Modifier and Type | Method and Description |
---|---|
StorageTierView |
BlockMetadataView.getNextTier(StorageTierView tierView)
Gets the next storage tier view.
|
Modifier and Type | Class and Description |
---|---|
class |
StorageTierAllocatorView
This class is a wrapper of
StorageTier to provide more limited access for allocators. |
class |
StorageTierEvictorView
This class is a wrapper of
StorageTier to provide more limited access for evictors. |
Modifier and Type | Method and Description |
---|---|
StorageTierView |
StorageDirView.getParentTierView() |
Constructor and Description |
---|
StorageDirAllocatorView(StorageDir dir,
StorageTierView tierView)
Creates a
StorageDirAllocatorView using the actual StorageDir . |
StorageDirView(StorageDir dir,
StorageTierView tierView)
Creates a
StorageDirView using the actual StorageDir . |
Copyright © 2023. All Rights Reserved.