| Package | Description |
|---|---|
| org.apache.hadoop.crypto | |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.ByteBuffer |
CryptoInputStream.read(ByteBufferPool bufferPool,
int maxLength,
java.util.EnumSet<ReadOption> opts) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.nio.ByteBuffer |
ByteBufferUtil.fallbackRead(java.io.InputStream stream,
ByteBufferPool bufferPool,
int maxLength) |
Perform a fallback read.
|
java.nio.ByteBuffer |
FSDataInputStream.read(ByteBufferPool bufferPool,
int maxLength) |
|
java.nio.ByteBuffer |
FSDataInputStream.read(ByteBufferPool bufferPool,
int maxLength,
java.util.EnumSet<ReadOption> opts) |
|
java.nio.ByteBuffer |
HasEnhancedByteBufferAccess.read(ByteBufferPool factory,
int maxLength,
java.util.EnumSet<ReadOption> opts) |
Get a ByteBuffer containing file data.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ElasticByteBufferPool |
This is a simple ByteBufferPool which just creates ByteBuffers as needed.
|
class |
WeakReferencedElasticByteBufferPool |
Buffer 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.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.