Package org.apache.druid.segment.writeout
package org.apache.druid.segment.writeout
-
ClassDescriptionLazily decides to use a tmpBuffer to act as WriteOutBytes, till more than certain threshold is reached.SegmentWriteOutMedium is an umbrella "resource disposer" for temporary buffers (in the form of
WriteOutBytes, obtained by callingSegmentWriteOutMedium.makeWriteOutBytes()on the SegmentWriteOutMedium instance), that are used during new Druid segment creation, and other resources (seeSegmentWriteOutMedium.getCloser()).Builds segment write out medium objects that are based on temporary files.Appendable byte sequence for temporary storage.