Uses of Class
org.apache.druid.segment.writeout.WriteOutBytes
-
-
Uses of WriteOutBytes in org.apache.druid.collections.spatial
Methods in org.apache.druid.collections.spatial with parameters of type WriteOutBytes Modifier and Type Method Description voidImmutableRTree. writeTo(WriteOutBytes out) -
Uses of WriteOutBytes in org.apache.druid.query.aggregation
Constructors in org.apache.druid.query.aggregation with parameters of type WriteOutBytes Constructor Description SerializedStorage(WriteOutBytes writeOutBytes, StagedSerde<T> serde) -
Uses of WriteOutBytes in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data with parameters of type WriteOutBytes Modifier and Type Method Description voidCompressionFactory.LongEncodingWriter. setOutputStream(WriteOutBytes output)voidDeltaLongEncodingWriter. setOutputStream(WriteOutBytes output)voidLongsLongEncodingWriter. setOutputStream(WriteOutBytes output)voidTableLongEncodingWriter. setOutputStream(WriteOutBytes output)voidImmutableRTreeObjectStrategy. writeTo(ImmutableRTree val, WriteOutBytes out)default voidObjectStrategy. writeTo(T val, WriteOutBytes out) -
Uses of WriteOutBytes in org.apache.druid.segment.serde.cell
Constructors in org.apache.druid.segment.serde.cell with parameters of type WriteOutBytes Constructor 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) -
Uses of WriteOutBytes in org.apache.druid.segment.writeout
Subclasses of WriteOutBytes in org.apache.druid.segment.writeout Modifier and Type Class Description classByteBufferWriteOutBytesclassHeapByteBufferWriteOutBytesMethods in org.apache.druid.segment.writeout that return WriteOutBytes Modifier and Type Method Description WriteOutBytesOffHeapMemorySegmentWriteOutMedium. makeWriteOutBytes()WriteOutBytesOnHeapMemorySegmentWriteOutMedium. makeWriteOutBytes()WriteOutBytesSegmentWriteOutMedium. makeWriteOutBytes()Creates a new emptyWriteOutBytes, attached to this SegmentWriteOutMedium.WriteOutBytesTmpFileSegmentWriteOutMedium. makeWriteOutBytes()
-