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

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

public interface ABlockWriter
extends java.io.DataOutput


Method Summary
 void close()
           
 long getCompressedSize()
           
 long getRawSize()
           
 java.io.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 java.io.IOException
Throws:
java.io.IOException

close

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

getRawSize

long getRawSize()
                throws java.io.IOException
Throws:
java.io.IOException

getStream

java.io.DataOutputStream getStream()
                                   throws java.io.IOException
Throws:
java.io.IOException


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