org.apache.accumulo.core.file.rfile
Class MultiLevelIndex.Writer
java.lang.Object
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 |
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 © 2012 The Apache Software Foundation. All Rights Reserved.