org.apache.hadoop.chukwa.dataloader
Class MetricDataLoaderPool

java.lang.Object
  extended by org.apache.hadoop.chukwa.dataloader.DataLoaderFactory
      extended by org.apache.hadoop.chukwa.dataloader.MetricDataLoaderPool

public class MetricDataLoaderPool
extends DataLoaderFactory


Field Summary
protected  MetricDataLoader[] threads
           
 
Fields inherited from class org.apache.hadoop.chukwa.dataloader.DataLoaderFactory
source
 
Constructor Summary
MetricDataLoaderPool()
           
 
Method Summary
 void load(ChukwaConfiguration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus[] fileList)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threads

protected MetricDataLoader[] threads
Constructor Detail

MetricDataLoaderPool

public MetricDataLoaderPool()
Method Detail

load

public void load(ChukwaConfiguration conf,
                 org.apache.hadoop.fs.FileSystem fs,
                 org.apache.hadoop.fs.FileStatus[] fileList)
          throws IOException
Overrides:
load in class DataLoaderFactory
Throws:
IOException

shutdown

public void shutdown()
              throws InterruptedException
Throws:
InterruptedException


Copyright © ${year} The Apache Software Foundation