K
- The key type.V
- The value type.public static class SortedKeyValueFile.Writer<K,V> extends Object implements Closeable
Modifier and Type | Class and Description |
---|---|
static class |
SortedKeyValueFile.Writer.Options
A class to encapsulate the various options of a SortedKeyValueFile.Writer.
|
Constructor and Description |
---|
SortedKeyValueFile.Writer(SortedKeyValueFile.Writer.Options options)
Creates a writer for a new file.
|
public SortedKeyValueFile.Writer(SortedKeyValueFile.Writer.Options options) throws IOException
options
- The options.IOException
- If there is an error.public void append(K key, V value) throws IOException
key
- The key.value
- The value.IOException
- If there is an error.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.