Uses of Interface
org.apache.hadoop.io.ByteBufferPool
Packages that use ByteBufferPool
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of ByteBufferPool in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionfinal ByteBufferFSDataInputStream.read(ByteBufferPool bufferPool, int maxLength) FSDataInputStream.read(ByteBufferPool bufferPool, int maxLength, EnumSet<ReadOption> opts) -
Uses of ByteBufferPool in org.apache.hadoop.io
Classes in org.apache.hadoop.io that implement ByteBufferPoolModifier and TypeClassDescriptionclassThis is a simple ByteBufferPool which just creates ByteBuffers as needed.