org.apache.hadoop.chukwa.database
Class Aggregator

java.lang.Object
  extended by org.apache.hadoop.chukwa.database.Aggregator

public class Aggregator
extends Object


Constructor Summary
Aggregator()
           
 
Method Summary
static String getContents(File aFile)
           
static void main(String[] args)
           
 void process(long start, long end, String query)
           
 void process(String query)
           
 void setWriter(DatabaseWriter dbw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aggregator

public Aggregator()
Method Detail

getContents

public static String getContents(File aFile)

process

public void process(long start,
                    long end,
                    String query)

process

public void process(String query)

setWriter

public void setWriter(DatabaseWriter dbw)

main

public static void main(String[] args)


Copyright © ${year} The Apache Software Foundation