Generated by
JDiff

Class org.apache.hadoop.metrics.spi.AbstractMetricsContext

Changed Methods
Map getAttributeTable(String) Change in return type from (String, String>) to Map.
Returns an attribute-value map derived from the factory attributes by finding all factory attributes that begin with contextName.tableName.
MetricsRecord newRecord(String) Change in return type from MetricsRecordImpl to MetricsRecord.
Subclasses should override this if they subclass MetricsRecordImpl.