public class CompressedStreamReader extends StreamReader
StreamReader.StreamDeserializer| Modifier and Type | Field and Description | 
|---|---|
| protected CompressionInfo | compressionInfo | 
cfId, estimatedKeys, fileSeqNum, format, header, inputVersion, repairedAt, sections, session, sstableLevel| Constructor and Description | 
|---|
| CompressedStreamReader(FileMessageHeader header,
                      StreamSession session) | 
| Modifier and Type | Method and Description | 
|---|---|
| SSTableMultiWriter | read(java.nio.channels.ReadableByteChannel channel) | 
| protected long | totalSize() | 
createWriter, getHeader, writePartitionprotected final CompressionInfo compressionInfo
public CompressedStreamReader(FileMessageHeader header, StreamSession session)
public SSTableMultiWriter read(java.nio.channels.ReadableByteChannel channel) throws java.io.IOException
read in class StreamReaderchannel - where this reads data fromjava.io.IOException - if reading the remote sstable fails. Will throw an RTE if local write fails.protected long totalSize()
totalSize in class StreamReaderCopyright © 2018 The Apache Software Foundation