Uses of Class
org.apache.druid.segment.writeout.WriteOutBytes
Packages that use WriteOutBytes
Package
Description
-
Uses of WriteOutBytes in org.apache.druid.collections.spatial
Methods in org.apache.druid.collections.spatial with parameters of type WriteOutBytes -
Uses of WriteOutBytes in org.apache.druid.query.aggregation
Constructors in org.apache.druid.query.aggregation with parameters of type WriteOutBytesModifierConstructorDescriptionSerializedStorage(WriteOutBytes writeOutBytes, StagedSerde<T> serde) SerializedStorage(WriteOutBytes writeOutBytes, StagedSerde<T> serde, int chunkSize) -
Uses of WriteOutBytes in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data with parameters of type WriteOutBytesModifier and TypeMethodDescriptionvoidCompressionFactory.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 WriteOutBytesModifierConstructorDescriptionBlockCompressedPayloadBuffer(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.writeoutModifier and TypeClassDescriptionclassfinal classfinal classclassLazily decides to use a tmpBuffer to act as WriteOutBytes, till more than certain threshold is reached.Methods in org.apache.druid.segment.writeout that return WriteOutBytesModifier and TypeMethodDescriptionLegacyTmpFileSegmentWriteOutMedium.makeWriteOutBytes()OffHeapMemorySegmentWriteOutMedium.makeWriteOutBytes()OnHeapMemorySegmentWriteOutMedium.makeWriteOutBytes()SegmentWriteOutMedium.makeWriteOutBytes()Creates a new emptyWriteOutBytes, attached to this SegmentWriteOutMedium.TmpFileSegmentWriteOutMedium.makeWriteOutBytes()Constructor parameters in org.apache.druid.segment.writeout with type arguments of type WriteOutBytesModifierConstructorDescriptionLazilyAllocatingHeapWriteOutBytes(Supplier<WriteOutBytes> delegateSupplier, Closer closer)