Package org.apache.hadoop.io
Class Sizes
java.lang.Object
org.apache.hadoop.io.Sizes
Sizes of binary values and other some common sizes.
This avoids having to remember the larger binary values,
and stops IDEs/style checkers complaining about numeric
values in source code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int0 bytes: 0.static final int10 MiB: 10485760.static final int2^17 bytes, 128 KiB: 131072.static final int2^14 bytes: 16384.static final int2^24 bytes, MiB: 16777216.static final int2^10 bytes - 1 KiB: 1024.static final int2^20 bytes, 1 MiB: 1048576.static final int2^8 bytes: 256.static final int2^18 bytes, 256 KiB: 262144.static final int2^11 bytes - 1 KiB: 2048.static final int2^21 bytes, 2 MiB: 2097152.static final int2^15 bytes: 32768.static final int2^25 bytes, MiB: 33554432.static final int2^12 bytes - 2 KiB: 4096.static final int2^22 bytes, 4 MiB: 4194304.static final int2^9 bytes: 512.static final int2^19 bytes, 512 KiB: 524288.static final int5 MiB: 5242880.static final int2^16 bytes: 65536.static final int2^13 bytes: 8192.static final int2^23 bytes, MiB: 8388608. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
S_0
public static final int S_00 bytes: 0. Here to make it easy to find use of zero in constants.- See Also:
-
S_256
public static final int S_2562^8 bytes: 256.- See Also:
-
S_512
public static final int S_5122^9 bytes: 512.- See Also:
-
S_1K
public static final int S_1K2^10 bytes - 1 KiB: 1024.- See Also:
-
S_2K
public static final int S_2K2^11 bytes - 1 KiB: 2048.- See Also:
-
S_4K
public static final int S_4K2^12 bytes - 2 KiB: 4096.- See Also:
-
S_8K
public static final int S_8K2^13 bytes: 8192.- See Also:
-
S_16K
public static final int S_16K2^14 bytes: 16384.- See Also:
-
S_32K
public static final int S_32K2^15 bytes: 32768.- See Also:
-
S_64K
public static final int S_64K2^16 bytes: 65536.- See Also:
-
S_128K
public static final int S_128K2^17 bytes, 128 KiB: 131072.- See Also:
-
S_256K
public static final int S_256K2^18 bytes, 256 KiB: 262144.- See Also:
-
S_512K
public static final int S_512K2^19 bytes, 512 KiB: 524288.- See Also:
-
S_1M
public static final int S_1M2^20 bytes, 1 MiB: 1048576.- See Also:
-
S_2M
public static final int S_2M2^21 bytes, 2 MiB: 2097152.- See Also:
-
S_4M
public static final int S_4M2^22 bytes, 4 MiB: 4194304.- See Also:
-
S_8M
public static final int S_8M2^23 bytes, MiB: 8388608.- See Also:
-
S_16M
public static final int S_16M2^24 bytes, MiB: 16777216.- See Also:
-
S_32M
public static final int S_32M2^25 bytes, MiB: 33554432.- See Also:
-
S_5M
public static final int S_5M5 MiB: 5242880.- See Also:
-
S_10M
public static final int S_10M10 MiB: 10485760.- See Also:
-
-
Constructor Details
-
Sizes
public Sizes()
-