|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.metrics.Interns
@InterfaceAudience.Private @InterfaceStability.Evolving public final class Interns
Helpers to create interned metrics info
| Method Summary | |
|---|---|
static MetricsInfo |
info(String name,
String description)
Get a metric info object |
static MetricsTag |
tag(MetricsInfo info,
String value)
Get a metrics tag |
static MetricsTag |
tag(String name,
String description,
String value)
Get a metrics tag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MetricsInfo info(String name,
String description)
public static MetricsTag tag(MetricsInfo info,
String value)
info - of the tagvalue - of the tag
public static MetricsTag tag(String name,
String description,
String value)
name - of the tagdescription - of the tagvalue - of the tag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||