HDFS-16291.Make the comment of INode#ReclaimContext more standardized. (#3602)
This commit is contained in:
parent
359b03c83e
commit
18b2cca74c
|
@ -994,14 +994,14 @@ public abstract class INode implements INodeAttributes, Diff.Element<byte[]> {
|
|||
|
||||
/**
|
||||
* @param bsps
|
||||
* block storage policy suite to calculate intended storage type
|
||||
* usage
|
||||
* block storage policy suite to calculate intended storage type
|
||||
* usage
|
||||
* @param collectedBlocks
|
||||
* blocks collected from the descents for further block
|
||||
* deletion/update will be added to the given map.
|
||||
* blocks collected from the descents for further block
|
||||
* deletion/update will be added to the given map.
|
||||
* @param removedINodes
|
||||
* INodes collected from the descents for further cleaning up of
|
||||
* @param removedUCFiles
|
||||
* INodes collected from the descents for further cleaning up of
|
||||
* @param removedUCFiles INodes whose leases need to be released
|
||||
*/
|
||||
public ReclaimContext(
|
||||
BlockStoragePolicySuite bsps, BlocksMapUpdateInfo collectedBlocks,
|
||||
|
|
Loading…
Reference in New Issue