Example usage for org.apache.hadoop.metrics2 MetricsTag subclass-usage

List of usage examples for org.apache.hadoop.metrics2 MetricsTag subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.metrics2 MetricsTag subclass-usage.

Usage

From source file org.apache.phoenix.trace.PhoenixTagImpl.java

/**
 * Simple Tag implementation for testing
 */
public class PhoenixTagImpl extends MetricsTag {
    public PhoenixTagImpl(String name, String description, String value) {
        super(new MetricsInfoImpl(name, description), value);