public interface NutchReader
| Modifier and Type | Field and Description |
|---|---|
static Configuration |
conf |
static org.slf4j.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
int |
count(java.lang.String path) |
java.util.List |
head(java.lang.String path,
int nrows) |
java.util.List |
read(java.lang.String path) |
java.util.List |
slice(java.lang.String path,
int start,
int end) |
static final org.slf4j.Logger LOG
static final Configuration conf
java.util.List read(java.lang.String path)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionjava.util.List head(java.lang.String path,
int nrows)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionjava.util.List slice(java.lang.String path,
int start,
int end)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionint count(java.lang.String path) throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionCopyright © 2019 The Apache Software Foundation