| AbstractDataInput |
| AbstractDataOutput |
| BufferedPoolingSegmentedFile |
| BufferedSegmentedFile |
| ChecksummedSequentialWriter |
| CompressedPoolingSegmentedFile |
| CompressedSegmentedFile |
| CompressedSegmentedFile.Builder |
| DataIntegrityMetadata.ChecksumValidator |
| DataOutputPlus |
| DataOutputStreamPlus
|
| FileDataInput |
| FileMark |
| IAllocator |
| ICompressedFile |
| Memory
An off-heap region of memory that must be manually free'd when no longer needed.
|
| MmappedSegmentedFile |
| PoolingSegmentedFile |
| PoolingSegmentedFile.Cleanup |
| RandomAccessReader |
| SafeMemory |
| SafeMemoryWriter |
| SegmentedFile
Abstracts a read-only file that has been split into segments, each of which can be represented by an independent
FileDataInput.
|
| SegmentedFile.Builder
Collects potential segmentation points in an underlying file, and builds a SegmentedFile to represent it.
|
| SegmentedFile.Cleanup |
| SequentialWriter
Adds buffering, mark, and fsyncing to OutputStream.
|
| ThrottledReader |