| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode.sps |
This package provides a mechanism for satisfying the storage policy of a
path.
|
| org.apache.hadoop.hdfs.server.sps |
This package provides a mechanism for satisfying the storage policy of a
path.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
StoragePolicySatisfier |
Setting storagePolicy on a file after the file write will only update the new
storage policy type in Namespace, but physical block storage movement will
not happen until user runs "Mover Tool" explicitly for such files.
|
| Constructor | Description |
|---|---|
BlockStorageMovementAttemptedItems(SPSService service,
BlockStorageMovementNeeded unsatisfiedStorageMovementFiles,
Context context) |
| Constructor | Description |
|---|---|
ExternalSPSBlockMoveTaskHandler(org.apache.hadoop.conf.Configuration conf,
NameNodeConnector nnc,
SPSService spsService) |
|
ExternalSPSContext(SPSService service,
NameNodeConnector nnc) |
|
ExternalSPSFilePathCollector(SPSService service) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.