Generated by
JDiff

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

Added Methods
Map getAllRecords() Retrieves all the records managed by this MetricsContext.
void parseAndSetPeriod(String) If a period is set in the attribute passed in override the default with it.
 

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.