org.apache.hadoop.chukwa.inputtools.jplugin
Interface JPlugin<T extends ChukwaMetrics>

All Known Implementing Classes:
HDFSUsagePlugin

public interface JPlugin<T extends ChukwaMetrics>


Method Summary
 ChukwaMetricsList<T> getMetrics()
           
 String getRecordType()
           
 JPluginStatusMetricsList getStatus()
           
 void init(String[] args)
           
 

Method Detail

getRecordType

String getRecordType()

getMetrics

ChukwaMetricsList<T> getMetrics()
                                                      throws Throwable
Throws:
Throwable

getStatus

JPluginStatusMetricsList getStatus()
                                   throws Throwable
Throws:
Throwable

init

void init(String[] args)
          throws Throwable
Throws:
Throwable


Copyright © ${year} The Apache Software Foundation