Uses of Class
org.apache.hadoop.fs.impl.TrackingByteBufferPool.LeakDetectorHeapByteBufferPoolException
Packages that use TrackingByteBufferPool.LeakDetectorHeapByteBufferPoolException
Package
Description
This package contains implementation classes for use inside
filesystems.
-
Uses of TrackingByteBufferPool.LeakDetectorHeapByteBufferPoolException in org.apache.hadoop.fs.impl
Subclasses of TrackingByteBufferPool.LeakDetectorHeapByteBufferPoolException in org.apache.hadoop.fs.implModifier and TypeClassDescriptionstatic final classStrack trace of allocation as saved in the tracking map.static final classException raised inTrackingByteBufferPool.close()if there was an unreleased buffer.static final classException raised inTrackingByteBufferPool.putBuffer(ByteBuffer)if the buffer to release was not in the hash map.