Uses of Interface
org.apache.hadoop.io.ByteBufferPool

Packages that use ByteBufferPool
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.io 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 ByteBufferPool
 ByteBuffer FSDataInputStream.read(ByteBufferPool bufferPool, int maxLength)
           
 ByteBuffer 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 ByteBufferPool
 class ElasticByteBufferPool
          This is a simple ByteBufferPool which just creates ByteBuffers as needed.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.