@InterfaceAudience.Internal public class Strings extends Object
| Constructor and Description |
|---|
Strings() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatSize(float size)
Append KB/MB/GB/TB to the input size and return
|
static String |
mkString(String[] strings,
String delimiter)
Provide same function as mkString in Scala.
|
public static String mkString(String[] strings, String delimiter)
public static String formatSize(float size)
size - data sizeCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.