Uses of Enum Class
org.apache.hadoop.hbase.util.PrettyPrinter.Unit
Package
Description
Provides HBase Client
-
Uses of PrettyPrinter.Unit in org.apache.hadoop.hbase.client
-
Uses of PrettyPrinter.Unit in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic PrettyPrinter.Unit
Returns the enum constant of this class with the specified name.static PrettyPrinter.Unit[]
PrettyPrinter.Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
PrettyPrinter.format
(String value, PrettyPrinter.Unit unit) static String
PrettyPrinter.valueOf
(String pretty, PrettyPrinter.Unit unit) Convert a human readable string to its value.