public class CompressedStreamWriter extends StreamWriter
| Modifier and Type | Field and Description | 
|---|---|
| static int | CHUNK_SIZE | 
limiter, sections, session, sstable| Constructor and Description | 
|---|
| CompressedStreamWriter(SSTableReader sstable,
                      java.util.Collection<Pair<java.lang.Long,java.lang.Long>> sections,
                      CompressionInfo compressionInfo,
                      StreamSession session) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected long | totalSize() | 
| void | write(DataOutputStreamPlus out)Stream file of specified sections to given channel. | 
writepublic static final int CHUNK_SIZE
public CompressedStreamWriter(SSTableReader sstable, java.util.Collection<Pair<java.lang.Long,java.lang.Long>> sections, CompressionInfo compressionInfo, StreamSession session)
public void write(DataOutputStreamPlus out) throws java.io.IOException
StreamWriterwrite in class StreamWriterout - where this writes data tojava.io.IOException - on any I/O errorprotected long totalSize()
totalSize in class StreamWriterCopyright © 2018 The Apache Software Foundation