Package | Description |
---|---|
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl |
Modifier and Type | Class and Description |
---|---|
static class |
ReservedSpaceCalculator.ReservedSpaceCalculatorAbsolute
Based on absolute number of reserved bytes.
|
static class |
ReservedSpaceCalculator.ReservedSpaceCalculatorAggressive
Calculates absolute and percentage based reserved space and
picks the one that will yield less reserved space.
|
static class |
ReservedSpaceCalculator.ReservedSpaceCalculatorConservative
Calculates absolute and percentage based reserved space and
picks the one that will yield more reserved space.
|
static class |
ReservedSpaceCalculator.ReservedSpaceCalculatorPercentage
Based on percentage of total capacity in the storage.
|
Copyright © 2020 Apache Software Foundation. All rights reserved.