Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
FSDataInputStream.read(ByteBufferPool bufferPool,
int maxLength) |
ByteBuffer |
FSDataInputStream.read(ByteBufferPool bufferPool,
int maxLength,
EnumSet<ReadOption> opts) |
Modifier and Type | Class and Description |
---|---|
class |
ElasticByteBufferPool
This is a simple ByteBufferPool which just creates ByteBuffers as needed.
|
Copyright © 2017 Apache Software Foundation. All rights reserved.