org.apache.accumulo.core.file.rfile
Class MultiLevelIndex.Writer

java.lang.Object
  extended by org.apache.accumulo.core.file.rfile.MultiLevelIndex.Writer
Enclosing class:
MultiLevelIndex

public static class MultiLevelIndex.Writer
extends Object


Method Summary
 void add(Key key, int data, long offset, long compressedSize, long rawSize)
           
 void addLast(Key key, int data, long offset, long compressedSize, long rawSize)
           
 void close(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(Key key,
                int data,
                long offset,
                long compressedSize,
                long rawSize)
         throws IOException
Throws:
IOException

addLast

public void addLast(Key key,
                    int data,
                    long offset,
                    long compressedSize,
                    long rawSize)
             throws IOException
Throws:
IOException

close

public void close(DataOutput out)
           throws IOException
Throws:
IOException


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