| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableRTree.writeTo(WriteOutBytes out) |
| Constructor and Description |
|---|
SerializedStorage(WriteOutBytes writeOutBytes,
StagedSerde<T> serde) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompressionFactory.LongEncodingWriter.setOutputStream(WriteOutBytes output) |
void |
DeltaLongEncodingWriter.setOutputStream(WriteOutBytes output) |
void |
LongsLongEncodingWriter.setOutputStream(WriteOutBytes output) |
void |
TableLongEncodingWriter.setOutputStream(WriteOutBytes output) |
void |
ImmutableRTreeObjectStrategy.writeTo(ImmutableRTree val,
WriteOutBytes out) |
default void |
ObjectStrategy.writeTo(T val,
WriteOutBytes out) |
| Constructor and Description |
|---|
BlockCompressedPayloadBuffer(ByteBuffer currentBlock,
ByteBuffer compressedByteBuffer,
BlockIndexWriter blockIndexWriter,
WriteOutBytes dataOutBytes,
Closer closer,
CompressionStrategy.Compressor compressor) |
BlockCompressedPayloadSerializer(BlockIndexWriter blockIndexWriter,
WriteOutBytes dataOutBytes) |
BlockIndexWriter(WriteOutBytes outBytes) |
IndexWriter(WriteOutBytes outBytes,
NumberSerializer positionSerializer) |
IndexWriter(WriteOutBytes outBytes,
NumberSerializer positionSerializer,
NumberSerializer indexSizeSerializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferWriteOutBytes |
class |
HeapByteBufferWriteOutBytes |
| Modifier and Type | Method and Description |
|---|---|
WriteOutBytes |
TmpFileSegmentWriteOutMedium.makeWriteOutBytes() |
WriteOutBytes |
OnHeapMemorySegmentWriteOutMedium.makeWriteOutBytes() |
WriteOutBytes |
OffHeapMemorySegmentWriteOutMedium.makeWriteOutBytes() |
WriteOutBytes |
SegmentWriteOutMedium.makeWriteOutBytes()
Creates a new empty
WriteOutBytes, attached to this SegmentWriteOutMedium. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.