org.apache.accumulo.core.file
Class BloomFilterLayer.Writer

java.lang.Object
  extended by org.apache.accumulo.core.file.BloomFilterLayer.Writer
All Implemented Interfaces:
FileSKVWriter
Enclosing class:
BloomFilterLayer

public static class BloomFilterLayer.Writer
extends Object
implements FileSKVWriter


Method Summary
 void append(Key key, Value val)
           
 void close()
           
 DataOutputStream createMetaStore(String name)
           
 void startDefaultLocalityGroup()
           
 void startNewLocalityGroup(String name, Set<ByteSequence> columnFamilies)
           
 boolean supportsLocalityGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

append

public void append(Key key,
                   Value val)
            throws IOException
Specified by:
append in interface FileSKVWriter
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface FileSKVWriter
Throws:
IOException

createMetaStore

public DataOutputStream createMetaStore(String name)
                                 throws IOException
Specified by:
createMetaStore in interface FileSKVWriter
Throws:
IOException

startDefaultLocalityGroup

public void startDefaultLocalityGroup()
                               throws IOException
Specified by:
startDefaultLocalityGroup in interface FileSKVWriter
Throws:
IOException

startNewLocalityGroup

public void startNewLocalityGroup(String name,
                                  Set<ByteSequence> columnFamilies)
                           throws IOException
Specified by:
startNewLocalityGroup in interface FileSKVWriter
Throws:
IOException

supportsLocalityGroups

public boolean supportsLocalityGroups()
Specified by:
supportsLocalityGroups in interface FileSKVWriter


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