Uses of Class
org.apache.druid.java.util.common.HumanReadableBytes.UnitSystem
-
Packages that use HumanReadableBytes.UnitSystem Package Description org.apache.druid.java.util.common org.apache.druid.math.expr -
-
Uses of HumanReadableBytes.UnitSystem in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return HumanReadableBytes.UnitSystem Modifier and Type Method Description static HumanReadableBytes.UnitSystemHumanReadableBytes.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.Methods in org.apache.druid.java.util.common with parameters of type HumanReadableBytes.UnitSystem Modifier and Type Method Description static StringHumanReadableBytes. format(long bytes, long precision, HumanReadableBytes.UnitSystem unitSystem)Returns a human-readable string version of input value -
Uses of HumanReadableBytes.UnitSystem in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return HumanReadableBytes.UnitSystem Modifier and Type Method Description protected HumanReadableBytes.UnitSystemFunction.HumanReadableBinaryByteFormatFunc. getUnitSystem()protected HumanReadableBytes.UnitSystemFunction.HumanReadableDecimalByteFormatFunc. getUnitSystem()protected HumanReadableBytes.UnitSystemFunction.HumanReadableDecimalFormatFunc. getUnitSystem()protected abstract HumanReadableBytes.UnitSystemFunction.SizeFormatFunc. getUnitSystem()
-