Uses of Enum
org.apache.druid.java.util.common.HumanReadableBytes.UnitSystem
Packages that use HumanReadableBytes.UnitSystem
-
Uses of HumanReadableBytes.UnitSystem in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return HumanReadableBytes.UnitSystemModifier and TypeMethodDescriptionReturns 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.UnitSystemModifier and TypeMethodDescriptionstatic 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.UnitSystemModifier and TypeMethodDescriptionprotected HumanReadableBytes.UnitSystemFunction.HumanReadableBinaryByteFormatFunc.getUnitSystem()protected HumanReadableBytes.UnitSystemFunction.HumanReadableDecimalByteFormatFunc.getUnitSystem()protected HumanReadableBytes.UnitSystemFunction.HumanReadableDecimalFormatFunc.getUnitSystem()protected abstract HumanReadableBytes.UnitSystemFunction.SizeFormatFunc.getUnitSystem()