org.apache.hadoop.chukwa.inputtools.jplugin
Class GenericChukwaMetricsList.GenericChukwaMetrics

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.apache.hadoop.chukwa.inputtools.jplugin.GenericChukwaMetricsList.GenericChukwaMetrics
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>, ChukwaMetrics
Enclosing class:
GenericChukwaMetricsList

public static class GenericChukwaMetricsList.GenericChukwaMetrics
extends HashMap<String,String>
implements ChukwaMetrics

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
GenericChukwaMetricsList.GenericChukwaMetrics()
           
 
Method Summary
 HashMap<String,String> getAttributes()
           
 String getKey()
           
 void setKey(String key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

GenericChukwaMetricsList.GenericChukwaMetrics

public GenericChukwaMetricsList.GenericChukwaMetrics()
Method Detail

getAttributes

public HashMap<String,String> getAttributes()
Specified by:
getAttributes in interface ChukwaMetrics

getKey

public String getKey()
Specified by:
getKey in interface ChukwaMetrics

setKey

public void setKey(String key)


Copyright © ${year} The Apache Software Foundation