| Package | Description |
|---|---|
| org.apache.druid.java.util.common | |
| org.apache.druid.math.expr |
| Modifier and Type | Method and Description |
|---|---|
static HumanReadableBytes.UnitSystem |
HumanReadableBytes.UnitSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanReadableBytes.UnitSystem[] |
HumanReadableBytes.UnitSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
HumanReadableBytes.format(long bytes,
long precision,
HumanReadableBytes.UnitSystem unitSystem)
Returns a human-readable string version of input value
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract HumanReadableBytes.UnitSystem |
Function.SizeFormatFunc.getUnitSystem() |
protected HumanReadableBytes.UnitSystem |
Function.HumanReadableDecimalByteFormatFunc.getUnitSystem() |
protected HumanReadableBytes.UnitSystem |
Function.HumanReadableBinaryByteFormatFunc.getUnitSystem() |
protected HumanReadableBytes.UnitSystem |
Function.HumanReadableDecimalFormatFunc.getUnitSystem() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.