Uses of Class
org.apache.hadoop.fs.impl.TrackingByteBufferPool.LeakedByteBufferException
Packages that use TrackingByteBufferPool.LeakedByteBufferException
Package
Description
This package contains implementation classes for use inside
filesystems.
-
Uses of TrackingByteBufferPool.LeakedByteBufferException in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl that throw TrackingByteBufferPool.LeakedByteBufferExceptionModifier and TypeMethodDescriptionvoidTrackingByteBufferPool.close()Expect all buffers to be released -if not, log unreleased ones and then raise an exception with the stack trace of the first unreleased buffer.