Interface IStreamReader
-
- All Known Implementing Classes:
CassandraCompressedStreamReader
,CassandraEntireSSTableStreamReader
,CassandraStreamReader
public interface IStreamReader
This 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 SSTableMultiWriter
read(DataInputPlus inputPlus)
-
-
-
Method Detail
-
read
SSTableMultiWriter read(DataInputPlus inputPlus) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-