| Package | Description |
|---|---|
| org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackingByteBufferPool.ByteBufferAllocationStacktraceException
Strack trace of allocation as saved in the tracking map.
|
static class |
TrackingByteBufferPool.LeakedByteBufferException
Exception raised in
TrackingByteBufferPool.close() if there
was an unreleased buffer. |
static class |
TrackingByteBufferPool.ReleasingUnallocatedByteBufferException
Exception raised in
TrackingByteBufferPool.putBuffer(ByteBuffer) if the
buffer to release was not in the hash map. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.