Package | Description |
---|---|
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.io.util |
Modifier and Type | Class and Description |
---|---|
class |
EncryptedFileSegmentInputStream
Each segment of an encrypted file may contain many encrypted chunks, and each chunk needs to be individually decrypted
to reconstruct the full segment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileDataInput |
Modifier and Type | Class and Description |
---|---|
class |
FileSegmentInputStream
This is the same as DataInputBuffer, i.e.
|
class |
RandomAccessReader |
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 © 2009- The Apache Software Foundation