|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.metrics.MetricsUtil
public class MetricsUtil
Utility class to simplify creation and reporting of hadoop metrics.
For examples of usage, see DataNode.
MetricsRecord,
MetricsContext,
ContextFactory| Method Summary | |
|---|---|
static MetricsRecord |
createRecord(MetricsContext context,
String recordName)
Utility method to create and return new metrics record instance within the given context. |
static MetricsContext |
getContext(String contextName)
Utility method to return the named context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MetricsContext getContext(String contextName)
public static MetricsRecord createRecord(MetricsContext context,
String recordName)
context - the contextrecordName - name of the record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||