Example usage for org.apache.hadoop.mapred FadvisedFileRegion subclass-usage

List of usage examples for org.apache.hadoop.mapred FadvisedFileRegion subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred FadvisedFileRegion subclass-usage.

Usage

From source file org.apache.tajo.pullserver.FadvisedFileRegionWrapper.java

public class FadvisedFileRegionWrapper extends org.apache.hadoop.mapred.FadvisedFileRegion {
    public static final int DEFAULT_SHUFFLE_BUFFER_SIZE = 128 * 1024;

    public FadvisedFileRegionWrapper(RandomAccessFile file, long position, long count, boolean manageOsCache,
            int readaheadLength, ReadaheadPool readaheadPool, String identifier) throws IOException {
        super(file, position, count, manageOsCache, readaheadLength, readaheadPool, identifier,