Modifier and Type | Class and Description |
---|---|
class |
FileChannelInputView
A
DataInputView that is backed by a BlockChannelReader ,
making it effectively a data input stream. |
class |
RandomAccessInputView |
class |
SeekableFileChannelInputView
A
DataInputView that is backed by a BlockChannelReader ,
making it effectively a data input stream. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannelReaderInputView
A
DataInputView that is backed by a
FileIOChannel , making it effectively a data input stream. |
class |
ChannelReaderInputView
A
DataInputView that is backed by a
BlockChannelReader , making it effectively a data input
stream. |
class |
HeaderlessChannelReaderInputView
A
DataInputView that is backed by a
BlockChannelReader , making it effectively a data input
stream. |
Modifier and Type | Class and Description |
---|---|
class |
HashPartition<BT,PT> |
class |
ReOpenableHashPartition<BT,PT> |
Modifier and Type | Class and Description |
---|---|
class |
BinaryHashPartition
A partition.
|
class |
LongHashPartition
Partition for
LongHybridHashTable . |
Modifier and Type | Class and Description |
---|---|
class |
CompressedHeaderlessChannelReaderInputView
A
DataInputView that is backed by a
BufferFileReader , making it effectively a data input stream. |
Modifier and Type | Method and Description |
---|---|
void |
BinaryRowSerializer.checkSkipReadForFixLengthPart(AbstractPagedInputView source)
We need skip bytes to read when the remain bytes of current segment is not
enough to write binary row fixed part.
|
void |
BinaryRowSerializer.copyFromPagesToView(AbstractPagedInputView source,
DataOutputView target)
Copy a binaryRow which stored in paged input view to output view.
|
abstract T |
AbstractRowSerializer.deserializeFromPages(AbstractPagedInputView source)
De-serializes a record from the given source paged input view.
|
BinaryRow |
BinaryRowSerializer.deserializeFromPages(AbstractPagedInputView headerLessView) |
BaseRow |
BaseRowSerializer.deserializeFromPages(AbstractPagedInputView source) |
BaseRow |
BaseRowSerializer.deserializeFromPages(BaseRow reuse,
AbstractPagedInputView source) |
BinaryRow |
BinaryRowSerializer.deserializeFromPages(BinaryRow reuse,
AbstractPagedInputView headerLessView) |
abstract T |
AbstractRowSerializer.deserializeFromPages(T reuse,
AbstractPagedInputView source)
Reuse version of
AbstractRowSerializer.deserializeFromPages(AbstractPagedInputView) . |
abstract T |
AbstractRowSerializer.mapFromPages(AbstractPagedInputView source)
Map a record from the given source paged input view.
|
BinaryRow |
BinaryRowSerializer.mapFromPages(AbstractPagedInputView headerLessView) |
BaseRow |
BaseRowSerializer.mapFromPages(AbstractPagedInputView source) |
BaseRow |
BaseRowSerializer.mapFromPages(BaseRow reuse,
AbstractPagedInputView source) |
BinaryRow |
BinaryRowSerializer.mapFromPages(BinaryRow reuse,
AbstractPagedInputView headerLessView) |
abstract T |
AbstractRowSerializer.mapFromPages(T reuse,
AbstractPagedInputView source)
Reuse version of
AbstractRowSerializer.mapFromPages(AbstractPagedInputView) . |
void |
BinaryRowSerializer.pointTo(int length,
BinaryRow reuse,
AbstractPagedInputView headerLessView)
Point row to memory segments with offset(in the AbstractPagedInputView) and length.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.