org.apache.hadoop.metrics2
Interface MetricsInfo

All Known Implementing Classes:
AbstractMetric, MetricsTag

@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface MetricsInfo

Interface to provide immutable meta info for metrics


Method Summary
 String description()
           
 String name()
           
 

Method Detail

name

String name()
Returns:
the name of the metric/tag

description

String description()
Returns:
the description of the metric/tag


Copyright © 2014 Apache Software Foundation. All Rights Reserved.