org.apache.accumulo.core.file.blockfile.impl
public static class CachableBlockFile.BlockWrite extends DataOutputStream implements ABlockWriter
writtenout| Constructor and Description |
|---|
CachableBlockFile.BlockWrite(BCFile.Writer.BlockAppender ba) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCompressedSize() |
long |
getRawSize() |
long |
getStartPos() |
DataOutputStream |
getStream() |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFwriteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic CachableBlockFile.BlockWrite(BCFile.Writer.BlockAppender ba)
public long getCompressedSize()
throws IOException
getCompressedSize in interface ABlockWriterIOExceptionpublic long getRawSize()
throws IOException
getRawSize in interface ABlockWriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface ABlockWriterclose in class FilterOutputStreamIOExceptionpublic DataOutputStream getStream() throws IOException
getStream in interface ABlockWriterIOExceptionpublic long getStartPos()
throws IOException
getStartPos in interface ABlockWriterIOExceptionCopyright © 2014 Apache Accumulo Project. All rights reserved.