Interface IStreamReader
-
- All Known Implementing Classes:
CassandraCompressedStreamReader,CassandraEntireSSTableStreamReader,CassandraStreamReader
public interface IStreamReaderThis is the interface is used by the streaming code read a SSTable stream off a channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSTableMultiWriterread(DataInputPlus inputPlus)
-
-
-
Method Detail
-
read
SSTableMultiWriter read(DataInputPlus inputPlus) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-