Package | Description |
---|---|
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
org.apache.hadoop.mapred |
Modifier and Type | Method and Description |
---|---|
static ReadaheadPool |
ReadaheadPool.getInstance()
Return the singleton instance for the current process.
|
Constructor and Description |
---|
FadvisedChunkedFile(RandomAccessFile file,
long position,
long count,
int chunkSize,
boolean manageOsCache,
int readaheadLength,
ReadaheadPool readaheadPool,
String identifier) |
FadvisedFileRegion(RandomAccessFile file,
long position,
long count,
boolean manageOsCache,
int readaheadLength,
ReadaheadPool readaheadPool,
String identifier) |
Copyright © 2013 Apache Software Foundation. All rights reserved.