|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileDataInput | |
---|---|
org.apache.cassandra.db.columniterator | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.util |
Uses of FileDataInput in org.apache.cassandra.db.columniterator |
---|
Constructors in org.apache.cassandra.db.columniterator with parameters of type FileDataInput | |
---|---|
SSTableNamesIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
java.util.SortedSet<java.nio.ByteBuffer> columns)
|
|
SSTableSliceIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
java.nio.ByteBuffer startColumn,
java.nio.ByteBuffer finishColumn,
boolean reversed)
An iterator for a slice within an SSTable |
Uses of FileDataInput in org.apache.cassandra.db.filter |
---|
Methods in org.apache.cassandra.db.filter with parameters of type FileDataInput | |
---|---|
IColumnIterator |
IFilter.getSSTableColumnIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey<?> key)
Get an iterator that returns columns from the given SSTable using the opened file matching the Filter criteria in sorted order. |
IColumnIterator |
NamesQueryFilter.getSSTableColumnIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey<?> key)
|
IColumnIterator |
QueryFilter.getSSTableColumnIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey<?> key)
|
IColumnIterator |
SliceQueryFilter.getSSTableColumnIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey<?> key)
|
Uses of FileDataInput in org.apache.cassandra.io.compress |
---|
Classes in org.apache.cassandra.io.compress that implement FileDataInput | |
---|---|
class |
CompressedRandomAccessReader
|
Uses of FileDataInput in org.apache.cassandra.io.sstable |
---|
Methods in org.apache.cassandra.io.sstable that return FileDataInput | |
---|---|
FileDataInput |
SSTableReader.getFileDataInput(DecoratedKey decoratedKey,
int bufferSize)
|
Methods in org.apache.cassandra.io.sstable with parameters of type FileDataInput | |
---|---|
static Filter |
IndexHelper.defreezeBloomFilter(FileDataInput file,
boolean usesOldBloomFilter)
|
static Filter |
IndexHelper.defreezeBloomFilter(FileDataInput file,
long maxSize,
boolean useOldBuffer)
De-freeze 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 |
MappedFileDataInput
|
class |
RandomAccessReader
|
Methods in org.apache.cassandra.io.util that return FileDataInput | |
---|---|
FileDataInput |
BufferedSegmentedFile.getSegment(long position)
|
FileDataInput |
CompressedSegmentedFile.getSegment(long position)
|
FileDataInput |
MmappedSegmentedFile.getSegment(long position)
|
abstract FileDataInput |
SegmentedFile.getSegment(long position)
|
Methods in org.apache.cassandra.io.util that return types with arguments of type FileDataInput | |
---|---|
java.util.Iterator<FileDataInput> |
SegmentedFile.iterator(long position,
int bufferSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |