Package | Description |
---|---|
org.apache.cassandra.hints |
Hints subsystem consists of several components.
|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util |
Modifier and Type | Class and Description |
---|---|
class |
ChecksummedDataInput
A
RandomAccessReader wrapper that calctulates the CRC in place. |
class |
CompressedChecksummedDataInput |
Modifier and Type | Class and Description |
---|---|
class |
CompressedRandomAccessReader
CRAR extends RAR to transparently uncompress blocks from the file into RAR.buffer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileDataInput |
Modifier and Type | Class and Description |
---|---|
class |
ChecksummedRandomAccessReader |
class |
FileSegmentInputStream
This is the same as DataInputBuffer, i.e.
|
class |
RandomAccessReader |
static class |
RandomAccessReader.RandomAccessReaderWithOwnChannel |
class |
RewindableDataInputStreamPlus
Adds mark/reset functionality to another input stream by caching read bytes to a memory buffer and
spilling to disk if necessary.
|
Copyright © 2016 The Apache Software Foundation