public class MultiReader extends Object
| Constructor and Description |
|---|
MultiReader(VolumeManager fs,
org.apache.hadoop.fs.Path directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
next(org.apache.hadoop.io.WritableComparable key,
org.apache.hadoop.io.Writable val) |
boolean |
seek(org.apache.hadoop.io.WritableComparable key) |
public MultiReader(VolumeManager fs, org.apache.hadoop.fs.Path directory) throws IOException
IOExceptionpublic boolean next(org.apache.hadoop.io.WritableComparable key,
org.apache.hadoop.io.Writable val)
throws IOException
IOExceptionpublic boolean seek(org.apache.hadoop.io.WritableComparable key)
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.