@InterfaceStability.Evolving @InterfaceAudience.Private public class RegionSizeCalculator extends Object
Constructor and Description |
---|
RegionSizeCalculator(HTable table)
Computes size of each region for table and given column families.
|
Modifier and Type | Method and Description |
---|---|
long |
getRegionSize(byte[] regionId)
Returns size of given region in bytes.
|
Map<byte[],Long> |
getRegionSizeMap() |
public RegionSizeCalculator(HTable table) throws IOException
IOException
Copyright © 2014 The Apache Software Foundation. All rights reserved.