public abstract class DataLoaderFactory extends Object
Constructor and Description |
---|
DataLoaderFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.FileStatus[] |
getSource() |
void |
load(ChukwaConfiguration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus[] src) |
public void load(ChukwaConfiguration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus[] src) throws IOException
conf
- Chukwa Configurationfs
- Hadoop File Systemsrc
- List of files to loadIOException
- if error loading filespublic org.apache.hadoop.fs.FileStatus[] getSource()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.