public abstract class DataLoaderFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.fs.FileStatus[] |
source |
| Constructor and Description |
|---|
DataLoaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ChukwaConfiguration |
getConf() |
protected org.apache.hadoop.fs.FileSystem |
getFileSystem() |
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 - fs - src - IOExceptionpublic org.apache.hadoop.fs.FileStatus[] getSource()
protected org.apache.hadoop.fs.FileSystem getFileSystem()
protected ChukwaConfiguration getConf()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.