Modifier and Type | Method and Description |
---|---|
default RowIndexEntry<T> |
RowIndexEntry.IndexSerializer.deserialize(FileDataInput input) |
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,
FileHandle ifile) |
Reader(FileDataInput file,
boolean shouldCloseFile) |
SSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
FileHandle ifile) |
SSTableReversedIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
FileHandle 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 |
CommitLogSegmentReader.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 |
---|---|
Unfiltered |
UnfilteredSerializer.deserializeTombstonesOnly(FileDataInput in,
SerializationHeader header,
DeserializationHelper helper) |
Modifier and Type | Method and Description |
---|---|
static SSTableIdentityIterator |
SSTableIdentityIterator.create(SSTableReader sstable,
FileDataInput dfile,
RowIndexEntry<?> indexEntry,
DecoratedKey key,
boolean tombstoneOnly) |
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) |
abstract UnfilteredRowIterator |
SSTableReader.simpleIterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
boolean tombstoneOnly) |
Modifier and Type | Method and Description |
---|---|
UnfilteredRowIterator |
BigTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed) |
UnfilteredRowIterator |
BigTableReader.simpleIterator(FileDataInput dfile,
DecoratedKey key,
RowIndexEntry position,
boolean tombstoneOnly) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MetadataType,MetadataComponent> |
MetadataSerializer.deserialize(Descriptor descriptor,
FileDataInput in,
java.util.EnumSet<MetadataType> selectedTypes) |
Modifier and Type | Class and Description |
---|---|
class |
FileSegmentInputStream
This is the same as DataInputBuffer, i.e.
|
class |
RandomAccessReader |
Modifier and Type | Method and Description |
---|---|
FileDataInput |
FileHandle.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 © 2009- The Apache Software Foundation