org.apache.hadoop.chukwa.dataloader
Class MetricDataLoader

java.lang.Object
  extended by org.apache.hadoop.chukwa.dataloader.MetricDataLoader
All Implemented Interfaces:
Callable

public class MetricDataLoader
extends Object
implements Callable


Constructor Summary
MetricDataLoader(ChukwaConfiguration conf, org.apache.hadoop.fs.FileSystem fs, String fileName)
          Creates a new instance of DBWriter
 
Method Summary
 Boolean call()
           
static String escapeQuotes(String s)
           
 void interrupt()
           
static void main(String[] args)
           
 boolean run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricDataLoader

public MetricDataLoader(ChukwaConfiguration conf,
                        org.apache.hadoop.fs.FileSystem fs,
                        String fileName)
Creates a new instance of DBWriter

Method Detail

interrupt

public void interrupt()

escapeQuotes

public static String escapeQuotes(String s)

run

public boolean run()

call

public Boolean call()
Specified by:
call in interface Callable

main

public static void main(String[] args)


Copyright © ${year} The Apache Software Foundation