|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.RandomAccessFile
org.apache.cassandra.io.compress.CompressionMetadata.Writer
public static class CompressionMetadata.Writer
Method Summary | |
---|---|
long |
chunkOffsetBy(int chunkIndex)
Get a chunk offset by it's index. |
void |
finalizeHeader(long dataLength,
int chunks)
|
static CompressionMetadata.Writer |
open(java.lang.String path)
|
void |
resetAndTruncate(int chunkIndex)
Reset the writer so that the next chunk offset written will be the one of chunkIndex . |
void |
writeHeader(CompressionParameters parameters)
|
Methods inherited from class java.io.RandomAccessFile |
---|
close, getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CompressionMetadata.Writer open(java.lang.String path)
public void writeHeader(CompressionParameters parameters)
public void finalizeHeader(long dataLength, int chunks)
public long chunkOffsetBy(int chunkIndex)
chunkIndex
- Index of the chunk.
public void resetAndTruncate(int chunkIndex)
chunkIndex
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |