| Interface | Description |
|---|---|
| SegmentWriteOutMedium |
SegmentWriteOutMedium is an umbrella "resource disposer" for temporary buffers (in the form of
WriteOutBytes,
obtained by calling SegmentWriteOutMedium.makeWriteOutBytes() on the SegmentWriteOutMedium instance), that are used during new Druid
segment creation, and other resources (see SegmentWriteOutMedium.getCloser()). |
| SegmentWriteOutMediumFactory |
| Class | Description |
|---|---|
| ByteBufferWriteOutBytes | |
| HeapByteBufferWriteOutBytes | |
| OffHeapMemorySegmentWriteOutMedium | |
| OffHeapMemorySegmentWriteOutMediumFactory | |
| OnHeapMemorySegmentWriteOutMedium | |
| SegmentWriteOutMediumModule | |
| TmpFileSegmentWriteOutMedium | |
| TmpFileSegmentWriteOutMediumFactory | |
| WriteOutBytes |
Appendable byte sequence for temporary storage.
|
Copyright © 2011–2018. All rights reserved.