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.FileNotFoundException
java.util.List head(java.lang.String path, int nrows) throws java.io.FileNotFoundException
java.io.FileNotFoundException
java.util.List slice(java.lang.String path, int start, int end) throws java.io.FileNotFoundException
java.io.FileNotFoundException
int count(java.lang.String path) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Copyright © 2018 The Apache Software Foundation