Modifier and Type | Field and Description |
---|---|
FileDataInput |
AbstractSSTableIterator.Reader.file |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSSTableIterator.Reader |
AbstractSSTableIterator.createReaderInternal(RowIndexEntry indexEntry,
FileDataInput file,
boolean shouldCloseFile) |
protected AbstractSSTableIterator.Reader |
SSTableIterator.createReaderInternal(RowIndexEntry indexEntry,
FileDataInput file,
boolean shouldCloseFile) |
protected AbstractSSTableIterator.Reader |
SSTableReversedIterator.createReaderInternal(RowIndexEntry indexEntry,
FileDataInput file,
boolean shouldCloseFile) |
Constructor and Description |
---|
AbstractSSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columnFilter,
boolean isForThrift,
SegmentedFile ifile) |
Reader(FileDataInput file,
boolean shouldCloseFile) |
SSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
SegmentedFile ifile) |
SSTableReversedIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
SegmentedFile ifile) |
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 | Field and Description |
---|---|
FileDataInput |
SegmentReader.SyncSegment.input
the 'buffer' to replay commit log data from
|
Constructor and Description |
---|
SyncSegment(FileDataInput input,
int fileStartPosition,
int fileEndPosition,
int endPosition,
boolean toleratesErrorsInSection) |
Modifier and Type | Method and Description |
---|---|
FileDataInput |
SSTableReader.getFileDataInput(long position) |
Modifier and Type | Method and Description |
---|---|
abstract UnfilteredRowIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
Modifier and Type | Method and Description |
---|---|
UnfilteredRowIterator |
BigTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
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 |
FileSegmentInputStream
This is the same as DataInputBuffer, i.e.
|
class |
RandomAccessReader |
static class |
RandomAccessReader.RandomAccessReaderWithOwnChannel |
Modifier and Type | Method and Description |
---|---|
FileDataInput |
SegmentedFile.createReader(long position) |
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
EncryptionUtils.decrypt(FileDataInput fileDataInput,
java.nio.ByteBuffer outputBuffer,
boolean allowBufferResize,
javax.crypto.Cipher cipher) |
Copyright © 2016 The Apache Software Foundation