| 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 | Method | Description |
|---|---|---|
StoragePolicySatisfier.DatanodeMap |
DatanodeCacheManager.getLiveDatanodeStorageReport(Context spsContext) |
Returns the live datanodes and its storage details, which has available
space (> 0) to schedule block moves.
|
void |
SPSService.init(Context ctxt) |
Initializes the helper services.
|
void |
StoragePolicySatisfier.init(Context context) |
| Constructor | Description |
|---|---|
BlockStorageMovementAttemptedItems(SPSService service,
BlockStorageMovementNeeded unsatisfiedStorageMovementFiles,
Context context) |
|
BlockStorageMovementNeeded(Context context) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ExternalSPSContext |
This class used to connect to Namenode and gets the required information to
SPS from Namenode state.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.