Uses of Class
org.apache.hadoop.io.ElasticByteBufferPool
Packages that use ElasticByteBufferPool
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of ElasticByteBufferPool in org.apache.hadoop.io
Subclasses of ElasticByteBufferPool in org.apache.hadoop.ioModifier and TypeClassDescriptionfinal classBuffer pool implementation which uses weak references to store buffers in the pool, such that they are garbage collected when there are no references to the buffer during a gc run.