org.apache.hadoop.chukwa.inputtools.plugin.metrics
Class Exec

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.hadoop.chukwa.inputtools.plugin.metrics.Exec
All Implemented Interfaces:
Runnable

public class Exec
extends TimerTask


Constructor Summary
Exec(String[] cmds)
           
 
Method Summary
 String getCmde()
           
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec

public Exec(String[] cmds)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

getCmde

public String getCmde()

main

public static void main(String[] args)


Copyright © ${year} The Apache Software Foundation