| CassandraOutgoingFile |
used to transfer the part(or whole) of a SSTable data file
|
| CassandraStreamHeader |
|
| CassandraStreamHeader.Builder |
|
| CassandraStreamReader |
CassandraStreamReader reads from stream and writes to SSTable.
|
| CassandraStreamReader.StreamDeserializer |
|
| CassandraStreamReceiver |
|
| CassandraStreamWriter |
CassandraStreamWriter writes given section of the SSTable to given channel.
|
| ComponentContext |
Mutable SSTable components and their hardlinks to avoid concurrent sstable component modification
during entire-sstable-streaming.
|
| ComponentManifest |
SSTable components and their sizes to be tranfered via entire-sstable-streaming
|
| CompressionInfo |
Container that carries compression parameters and chunks to decompress data from stream.
|
| IStreamReader |
This is the interface is used by the streaming code read a SSTable stream off a channel.
|