org.apache.accumulo.core.file
Interface FileSKVWriter

All Known Implementing Classes:
BloomFilterLayer.Writer, RFile.Writer

public interface FileSKVWriter


Method Summary
 void append(Key key, Value value)
           
 void close()
           
 java.io.DataOutputStream createMetaStore(java.lang.String name)
           
 void startDefaultLocalityGroup()
           
 void startNewLocalityGroup(java.lang.String name, java.util.Set<ByteSequence> columnFamilies)
           
 boolean supportsLocalityGroups()
           
 

Method Detail

supportsLocalityGroups

boolean supportsLocalityGroups()

startNewLocalityGroup

void startNewLocalityGroup(java.lang.String name,
                           java.util.Set<ByteSequence> columnFamilies)
                           throws java.io.IOException
Throws:
java.io.IOException

startDefaultLocalityGroup

void startDefaultLocalityGroup()
                               throws java.io.IOException
Throws:
java.io.IOException

append

void append(Key key,
            Value value)
            throws java.io.IOException
Throws:
java.io.IOException

createMetaStore

java.io.DataOutputStream createMetaStore(java.lang.String name)
                                         throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.