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

java.lang.Object
  extended by org.apache.hadoop.chukwa.inputtools.hdfsusage.HDFSUsagePlugin
All Implemented Interfaces:
JPlugin<HDFSUsageMetrics>

public class HDFSUsagePlugin
extends Object
implements JPlugin<HDFSUsageMetrics>


Constructor Summary
HDFSUsagePlugin()
           
 
Method Summary
 ChukwaMetricsList<HDFSUsageMetrics> getMetrics()
           
 String getRecordType()
           
 JPluginStatusMetricsList getStatus()
           
 void init(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDFSUsagePlugin

public HDFSUsagePlugin()
Method Detail

getMetrics

public ChukwaMetricsList<HDFSUsageMetrics> getMetrics()
                                               throws Throwable
Specified by:
getMetrics in interface JPlugin<HDFSUsageMetrics>
Throws:
Throwable

init

public void init(String[] args)
          throws Throwable
Specified by:
init in interface JPlugin<HDFSUsageMetrics>
Throws:
Throwable

getStatus

public JPluginStatusMetricsList getStatus()
                                   throws Throwable
Specified by:
getStatus in interface JPlugin<HDFSUsageMetrics>
Throws:
Throwable

getRecordType

public String getRecordType()
Specified by:
getRecordType in interface JPlugin<HDFSUsageMetrics>


Copyright © ${year} The Apache Software Foundation