Uses of Class
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.ReservedSpaceCalculator
Packages that use ReservedSpaceCalculator
Package
Description
A distributed implementation of
FileSystem.-
Uses of ReservedSpaceCalculator in org.apache.hadoop.hdfs
Fields in org.apache.hadoop.hdfs with type parameters of type ReservedSpaceCalculatorModifier and TypeFieldDescriptionstatic final Class<? extends ReservedSpaceCalculator>DFSConfigKeys.DFS_DATANODE_DU_RESERVED_CALCULATOR_DEFAULT -
Uses of ReservedSpaceCalculator in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
Modifier and TypeClassDescriptionstatic classBased on absolute number of reserved bytes.static classCalculates absolute and percentage based reserved space and picks the one that will yield less reserved space.static classCalculates absolute and percentage based reserved space and picks the one that will yield more reserved space.static classBased on percentage of total capacity in the storage.