@InterfaceAudience.Private class MetricsInfoImpl extends Object implements org.apache.hadoop.metrics2.MetricsInfo
Modifier and Type | Field and Description |
---|---|
private String |
description |
private String |
name |
Constructor and Description |
---|
MetricsInfoImpl(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
description() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name() |
String |
toString() |
private final String description
MetricsInfoImpl(String name, String description)
public String description()
description
in interface org.apache.hadoop.metrics2.MetricsInfo
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.