@InterfaceAudience.Public @InterfaceStability.Evolving public final class Sizes extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | S_00 bytes: 0. | 
| static int | S_10M10 MiB:  10485760. | 
| static int | S_128K2^17 bytes, 128 KiB: 131072. | 
| static int | S_16K2^14 bytes: 16384. | 
| static int | S_16M2^24 bytes,  MiB:  16777216. | 
| static int | S_1K2^10 bytes - 1 KiB: 1024. | 
| static int | S_1M2^20 bytes, 1 MiB: 1048576. | 
| static int | S_2562^8 bytes: 256. | 
| static int | S_256K2^18 bytes, 256 KiB: 262144. | 
| static int | S_2K2^11 bytes - 1 KiB: 2048. | 
| static int | S_2M2^21 bytes, 2 MiB: 2097152. | 
| static int | S_32K2^15 bytes: 32768. | 
| static int | S_32M2^25 bytes,  MiB:  33554432. | 
| static int | S_4K2^12 bytes - 2 KiB: 4096. | 
| static int | S_4M2^22 bytes, 4 MiB:  4194304. | 
| static int | S_5122^9 bytes: 512. | 
| static int | S_512K2^19 bytes, 512 KiB: 524288. | 
| static int | S_5M5 MiB:  5242880. | 
| static int | S_64K2^16 bytes: 65536. | 
| static int | S_8K2^13 bytes: 8192. | 
| static int | S_8M2^23 bytes,  MiB:  8388608. | 
| Constructor and Description | 
|---|
| Sizes() | 
public static final int S_0
public static final int S_256
public static final int S_512
public static final int S_1K
public static final int S_2K
public static final int S_4K
public static final int S_8K
public static final int S_16K
public static final int S_32K
public static final int S_64K
public static final int S_128K
public static final int S_256K
public static final int S_512K
public static final int S_1M
public static final int S_2M
public static final int S_4M
public static final int S_8M
public static final int S_16M
public static final int S_32M
public static final int S_5M
public static final int S_10M
Copyright © 2025 Apache Software Foundation. All rights reserved.