Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OnDiskAtom> |
CFMetaData.getOnDiskIterator(FileDataInput in,
ColumnSerializer.Flag flag,
int expireBefore,
Version version) |
java.util.Iterator<OnDiskAtom> |
CFMetaData.getOnDiskIterator(FileDataInput in,
Version version) |
Modifier and Type | Method and Description |
---|---|
OnDiskAtomIterator |
IDiskAtomFilter.getSSTableColumnIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry)
Get an iterator that returns columns from the given SSTable using the opened file
matching the Filter criteria in sorted order.
|
OnDiskAtomIterator |
NamesQueryFilter.getSSTableColumnIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry) |
OnDiskAtomIterator |
SliceQueryFilter.getSSTableColumnIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry) |
Modifier and Type | Class and Description |
---|---|
class |
CompressedRandomAccessReader
CRAR extends RAR to transparently uncompress blocks from the file into RAR.buffer.
|
class |
CompressedThrottledReader |
Modifier and Type | Method and Description |
---|---|
FileDataInput |
SSTableReader.getFileDataInput(long position) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OnDiskAtom> |
SSTableFormat.getOnDiskIterator(FileDataInput in,
ColumnSerializer.Flag flag,
int expireBefore,
CFMetaData cfm,
Version version) |
abstract OnDiskAtomIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
ColumnSlice[] slices,
boolean reversed,
RowIndexEntry indexEntry) |
abstract OnDiskAtomIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
java.util.SortedSet<CellName> columns,
RowIndexEntry indexEntry) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OnDiskAtom> |
BigFormat.getOnDiskIterator(FileDataInput in,
ColumnSerializer.Flag flag,
int expireBefore,
CFMetaData cfm,
Version version) |
OnDiskAtomIterator |
BigTableReader.iterator(FileDataInput input,
DecoratedKey key,
ColumnSlice[] slices,
boolean reverse,
RowIndexEntry indexEntry) |
OnDiskAtomIterator |
BigTableReader.iterator(FileDataInput input,
DecoratedKey key,
java.util.SortedSet<CellName> columns,
RowIndexEntry indexEntry) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MetadataType,MetadataComponent> |
MetadataSerializer.deserialize(Descriptor descriptor,
FileDataInput in,
java.util.EnumSet<MetadataType> types) |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferDataInput |
class |
ChecksummedRandomAccessReader |
class |
RandomAccessReader |
class |
ThrottledReader |
Modifier and Type | Method and Description |
---|---|
FileDataInput |
BufferedSegmentedFile.getSegment(long position) |
FileDataInput |
MmappedSegmentedFile.getSegment(long position) |
FileDataInput |
PoolingSegmentedFile.getSegment(long position) |
FileDataInput |
SegmentedFile.getSegment(long position) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FileDataInput> |
SegmentedFile.iterator(long position) |
Copyright © 2018 The Apache Software Foundation