public static class SetFile.Reader extends MapFile.Reader
构造器和说明 |
---|
SetFile.Reader(FileSystem fs,
String dirName,
Configuration conf)
Construct a set reader for the named set.
|
SetFile.Reader(FileSystem fs,
String dirName,
WritableComparator comparator,
Configuration conf)
Construct a set reader for the named set using the named comparator.
|
限定符和类型 | 方法和说明 |
---|---|
WritableComparable |
get(WritableComparable key)
Read the matching key from a set into
key . |
boolean |
next(WritableComparable key)
Read the next key in a set into
key . |
boolean |
seek(WritableComparable key)
Positions the reader at the named key, or if none such exists, at the
first entry after the named key.
|
close, createDataFileReader, finalKey, get, getClosest, getClosest, getKeyClass, getValueClass, midKey, next, open, reset
public SetFile.Reader(FileSystem fs, String dirName, Configuration conf) throws IOException
IOException
public SetFile.Reader(FileSystem fs, String dirName, WritableComparator comparator, Configuration conf) throws IOException
IOException
public boolean seek(WritableComparable key) throws IOException
MapFile.Reader
seek
在类中 MapFile.Reader
IOException
public boolean next(WritableComparable key) throws IOException
key
. Returns
true if such a key exists and false when at the end of the set.IOException
public WritableComparable get(WritableComparable key) throws IOException
key
.
Returns key
, or null if no match exists.IOException
Copyright © 2009 The Apache Software Foundation