public class CompressedStreamReader extends StreamReader
StreamReader.StreamDeserializer
Modifier and Type | Field and Description |
---|---|
protected CompressionInfo |
compressionInfo |
cfId, desc, 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, drain, getHeader, writePartition
protected final CompressionInfo compressionInfo
public CompressedStreamReader(FileMessageHeader header, StreamSession session)
public SSTableMultiWriter read(java.nio.channels.ReadableByteChannel channel) throws java.io.IOException
read
in class StreamReader
channel
- 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 StreamReader
Copyright © 2016 The Apache Software Foundation