|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.io.MapFile.Writer
org.apache.hadoop.io.BloomMapFile.Writer
public static class BloomMapFile.Writer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.io.MapFile.Writer |
|---|
MapFile.Writer.Option |
| Method Summary | |
|---|---|
void |
append(WritableComparable key,
Writable val)
Append a key/value pair to the map. |
void |
close()
Close the map. |
| Methods inherited from class org.apache.hadoop.io.MapFile.Writer |
|---|
comparator, compression, compression, getIndexInterval, keyClass, progressable, setIndexInterval, setIndexInterval, valueClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
Class<? extends WritableComparable> keyClass,
Class<? extends Writable> valClass,
SequenceFile.CompressionType compress,
CompressionCodec codec,
Progressable progress)
throws IOException
IOException
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
Class<? extends WritableComparable> keyClass,
Class valClass,
SequenceFile.CompressionType compress,
Progressable progress)
throws IOException
IOException
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
Class<? extends WritableComparable> keyClass,
Class valClass,
SequenceFile.CompressionType compress)
throws IOException
IOException
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
WritableComparator comparator,
Class valClass,
SequenceFile.CompressionType compress,
CompressionCodec codec,
Progressable progress)
throws IOException
IOException
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
WritableComparator comparator,
Class valClass,
SequenceFile.CompressionType compress,
Progressable progress)
throws IOException
IOException
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
WritableComparator comparator,
Class valClass,
SequenceFile.CompressionType compress)
throws IOException
IOException
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
WritableComparator comparator,
Class valClass)
throws IOException
IOException
@Deprecated
public BloomMapFile.Writer(Configuration conf,
FileSystem fs,
String dirName,
Class<? extends WritableComparable> keyClass,
Class valClass)
throws IOException
IOException
public BloomMapFile.Writer(Configuration conf,
Path dir,
SequenceFile.Writer.Option... options)
throws IOException
IOException| Method Detail |
|---|
public void append(WritableComparable key,
Writable val)
throws IOException
MapFile.Writer
append in class MapFile.WriterIOException
public void close()
throws IOException
MapFile.Writer
close in interface Closeableclose in class MapFile.WriterIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||