|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileDataInput | |
|---|---|
| org.apache.cassandra.io | |
| org.apache.cassandra.io.util | |
| Uses of FileDataInput in org.apache.cassandra.io |
|---|
| Methods in org.apache.cassandra.io that return FileDataInput | |
|---|---|
FileDataInput |
SSTableReader.getFileDataInput(DecoratedKey decoratedKey,
int bufferSize)
|
| Methods in org.apache.cassandra.io with parameters of type FileDataInput | |
|---|---|
static BloomFilter |
IndexHelper.defreezeBloomFilter(FileDataInput file)
Defreeze the bloom filter. |
static IndexHelper.IndexInfo |
IndexHelper.IndexInfo.deserialize(FileDataInput dis)
|
static java.util.ArrayList<IndexHelper.IndexInfo> |
IndexHelper.deserializeIndex(FileDataInput in)
Deserialize the index into a structure and return it |
| Uses of FileDataInput in org.apache.cassandra.io.util |
|---|
| Classes in org.apache.cassandra.io.util that implement FileDataInput | |
|---|---|
class |
BufferedRandomAccessFile
A BufferedRandomAccessFile is like a
RandomAccessFile, but it uses a private buffer so that most
operations do not require a disk access. |
class |
MappedFileDataInput
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||