Java org.apache.hadoop.metrics2 MetricsRecord fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.metrics2 MetricsRecord fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.metrics2 MetricsRecord.

The text is from its open source code.

Method

Stringcontext()
Stringdescription()
Iterablemetrics()
Get the metrics of the record
Stringname()
Collectiontags()
Get the tags of the record Note: returning a collection instead of iterable as we need to use tags as keys (hence Collection#hashCode etc.) in maps
longtimestamp()
Get the timestamp of the metrics