Package org.apache.hadoop.util
Class FastNumberFormat
java.lang.Object
org.apache.hadoop.util.FastNumberFormat
Fast thread-safe version of NumberFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuilderformat(StringBuilder sb, long value, int minimumDigits)
-
Constructor Details
-
FastNumberFormat
public FastNumberFormat()
-
-
Method Details
-
format
-