org.apache.hadoop.chukwa.inputtools.hdfsusage
Class HDFSUsageMetrics

java.lang.Object
  extended by org.apache.hadoop.chukwa.inputtools.hdfsusage.HDFSUsageMetrics
All Implemented Interfaces:
ChukwaMetrics

public class HDFSUsageMetrics
extends Object
implements ChukwaMetrics


Constructor Summary
HDFSUsageMetrics()
           
 
Method Summary
 HashMap<String,String> getAttributes()
           
 String getKey()
           
 long getLastModified()
           
 String getName()
           
 Long getSize()
           
 void setLastModified(long lastModified)
           
 void setName(String name)
           
 void setSize(Long size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDFSUsageMetrics

public HDFSUsageMetrics()
Method Detail

getKey

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

setName

public void setName(String name)

getName

public String getName()

setSize

public void setSize(Long size)

getSize

public Long getSize()

getAttributes

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

setLastModified

public void setLastModified(long lastModified)

getLastModified

public long getLastModified()


Copyright © ${year} The Apache Software Foundation