public class Objects extends Object
Constructor and Description |
---|
Objects() |
Modifier and Type | Method and Description |
---|---|
static String |
describeQuantity(Object obj)
Attempts to construct a text description of the given object, by
introspecting known classes and building a description of size.
|
static void |
quantify(Object obj,
org.apache.hadoop.hbase.util.Objects.QuantityMap quantities) |
public static String describeQuantity(Object obj)
obj
- public static void quantify(Object obj, org.apache.hadoop.hbase.util.Objects.QuantityMap quantities)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.