Uses of Interface
org.apache.hadoop.hdfs.server.namenode.sps.Context
Packages that use Context
Package
Description
This package provides a mechanism for satisfying the storage policy of a
path.
This package provides a mechanism for satisfying the storage policy of a
path.
-
Uses of Context in org.apache.hadoop.hdfs.server.namenode.sps
Methods in org.apache.hadoop.hdfs.server.namenode.sps with parameters of type ContextModifier and TypeMethodDescriptionDatanodeCacheManager.getLiveDatanodeStorageReport(Context spsContext) Returns the live datanodes and its storage details, which has available space (> 0) to schedule block moves.voidInitializes the helper services.voidConstructors in org.apache.hadoop.hdfs.server.namenode.sps with parameters of type ContextModifierConstructorDescriptionBlockStorageMovementAttemptedItems(SPSService service, BlockStorageMovementNeeded unsatisfiedStorageMovementFiles, Context context) BlockStorageMovementNeeded(Context context) -
Uses of Context in org.apache.hadoop.hdfs.server.sps
Classes in org.apache.hadoop.hdfs.server.sps that implement ContextModifier and TypeClassDescriptionclassThis class used to connect to Namenode and gets the required information to SPS from Namenode state.