public class SequenceFileUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_LIMIT |
| Constructor and Description |
|---|
SequenceFileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<eu.dnetlib.miscutils.collections.Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> |
read(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf) |
static Iterable<eu.dnetlib.miscutils.collections.Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> |
read(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf,
int readMax) |
public static final int NO_LIMIT
public static Iterable<eu.dnetlib.miscutils.collections.Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> read(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) throws IOException
IOExceptionpublic static Iterable<eu.dnetlib.miscutils.collections.Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> read(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, int readMax) throws IOException
IOExceptionCopyright © 2026. All rights reserved.