org.apache.hadoop.chukwa.tools.backfilling
Class BackfillingLoader

java.lang.Object
  extended by org.apache.hadoop.chukwa.tools.backfilling.BackfillingLoader

public class BackfillingLoader
extends Object


Field Summary
protected  org.apache.hadoop.conf.Configuration conf
           
protected  Connector connector
           
protected  ChunkQueue queue
           
 
Constructor Summary
BackfillingLoader(org.apache.hadoop.conf.Configuration conf, String cluster, String machine, String adaptorName, String recordType, String logFile)
           
 
Method Summary
static void main(String[] args)
           
 void process()
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conf

protected org.apache.hadoop.conf.Configuration conf

queue

protected ChunkQueue queue

connector

protected Connector connector
Constructor Detail

BackfillingLoader

public BackfillingLoader(org.apache.hadoop.conf.Configuration conf,
                         String cluster,
                         String machine,
                         String adaptorName,
                         String recordType,
                         String logFile)
Method Detail

process

public void process()
             throws AdaptorException
Throws:
AdaptorException

usage

public static void usage()

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception


Copyright © ${year} The Apache Software Foundation