Example usage for org.apache.hadoop.fs CanSetReadahead interface-usage

List of usage examples for org.apache.hadoop.fs CanSetReadahead interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.fs CanSetReadahead interface-usage.

Usage

From source file com.ibm.stocator.fs.cos.COSInputStream.java

public class COSInputStream extends FSInputStream implements CanSetReadahead {
    /**
     * This is the public position; the one set in {@link #seek(long)}
     * and returned in {@link #getPos()}.
     */
    private long pos;

From source file com.mellanox.r4h.DFSInputStream.java

/****************************************************************
 * DFSInputStream provides bytes from a named file. It handles
 * negotiation of the namenode and various datanodes as necessary.
 ****************************************************************/
@InterfaceAudience.Private
public class DFSInputStream extends FSInputStream