org.apache.accumulo.core.file
Interface FileSKVWriter
- All Known Implementing Classes:
- BloomFilterLayer.Writer, RFile.Writer
public interface FileSKVWriter
supportsLocalityGroups
boolean supportsLocalityGroups()
startNewLocalityGroup
void startNewLocalityGroup(String name,
Set<ByteSequence> columnFamilies)
throws IOException
- Throws:
IOException
startDefaultLocalityGroup
void startDefaultLocalityGroup()
throws IOException
- Throws:
IOException
append
void append(Key key,
Value value)
throws IOException
- Throws:
IOException
createMetaStore
DataOutputStream createMetaStore(String name)
throws IOException
- Throws:
IOException
close
void close()
throws IOException
- Throws:
IOException
Copyright © 2015 Apache Accumulo Project. All rights reserved.