org.apache.accumulo.core.file.blockfile
Interface ABlockWriter

All Superinterfaces:
DataOutput
All Known Implementing Classes:
CachableBlockFile.BlockWrite

public interface ABlockWriter
extends DataOutput


Method Summary
 void close()
           
 long getCompressedSize()
           
 long getRawSize()
           
 long getStartPos()
           
 DataOutputStream getStream()
           
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 

Method Detail

getCompressedSize

long getCompressedSize()
                       throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException

getRawSize

long getRawSize()
                throws IOException
Throws:
IOException

getStartPos

long getStartPos()
                 throws IOException
Throws:
IOException

getStream

DataOutputStream getStream()
                           throws IOException
Throws:
IOException


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