org.apache.cassandra.io.compress
Class CompressedSequentialWriter.CompressedFileWriterMark

java.lang.Object
  extended by org.apache.cassandra.io.compress.CompressedSequentialWriter.CompressedFileWriterMark
All Implemented Interfaces:
FileMark
Enclosing class:
CompressedSequentialWriter

protected static class CompressedSequentialWriter.CompressedFileWriterMark
extends java.lang.Object
implements FileMark

Class to hold a mark to the position of the file


Constructor Summary
CompressedSequentialWriter.CompressedFileWriterMark(long chunkOffset, long uncDataOffset, int bufferOffset, int nextChunkIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressedSequentialWriter.CompressedFileWriterMark

public CompressedSequentialWriter.CompressedFileWriterMark(long chunkOffset,
                                                           long uncDataOffset,
                                                           int bufferOffset,
                                                           int nextChunkIndex)


Copyright © 2011 The Apache Software Foundation