org.apache.hadoop.chukwa.extraction.database
Class MetricDataLoader

java.lang.Object
  extended by org.apache.hadoop.chukwa.extraction.database.MetricDataLoader

public class MetricDataLoader
extends Object


Constructor Summary
MetricDataLoader()
          Creates a new instance of DBWriter
MetricDataLoader(String cluster)
           
 
Method Summary
static String escapeQuotes(String s)
           
 void interrupt()
           
static void main(String[] args)
           
 void process(org.apache.hadoop.fs.Path source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricDataLoader

public MetricDataLoader()
Creates a new instance of DBWriter


MetricDataLoader

public MetricDataLoader(String cluster)
Method Detail

interrupt

public void interrupt()

escapeQuotes

public static String escapeQuotes(String s)

process

public void process(org.apache.hadoop.fs.Path source)
             throws IOException,
                    URISyntaxException,
                    SQLException
Throws:
IOException
URISyntaxException
SQLException

main

public static void main(String[] args)


Copyright © ${year} The Apache Software Foundation