List of usage examples for org.apache.hadoop.fs FSInputStream subclass-usage
From source file cascading.tap.hadoop.FSDigestInputStream.java
/** * Class FSDigestInputStream is an {@link FSInputStream} implementation that can verify a * {@link MessageDigest} and will count the number of bytes read for use in progress status. */ public class FSDigestInputStream extends FSInputStream { /** Field LOG */
From source file cascading.tap.hadoop.io.FSDigestInputStream.java
/** * Class FSDigestInputStream is an {@link FSInputStream} implementation that can verify a * {@link MessageDigest} and will count the number of bytes read for use in progress status. */ public class FSDigestInputStream extends FSInputStream { /** Field LOG */
From source file com.aliyun.fs.oss.blk.OssInputStream.java
@Deprecated public class OssInputStream extends FSInputStream { private FileSystemStore store; private Block[] blocks;
From source file com.aliyun.odps.volume.VolumeFSInputStream.java
/**
* VolumeFSInputStream
*
* @author Emerson Zhao [mailto:zhenyi.zzy@alibaba-inc.com]
*
*/
From source file com.google.cloud.hadoop.fs.gcs.GoogleHadoopFSInputStream.java
/** * A seekable and positionable FSInputStream that provides read access to a file. */ class GoogleHadoopFSInputStream extends FSInputStream { // Logging helper.
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.ibm.stocator.fs.swift.SwiftInputStream.java
public class SwiftInputStream extends FSInputStream { private static final Logger LOG = LoggerFactory.getLogger(SwiftInputStream.class); /* * File nativeStore instance
From source file com.kenshoo.integrations.plugins.connectors.util.SeekableInputStream.java
public class SeekableInputStream extends FSInputStream { InputStream wrappedStream; FileSystem.Statistics stats; boolean closed; 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
From source file com.quantcast.qfs.hadoop.QFSInputStream.java
class QFSInputStream extends FSInputStream { private final KfsInputChannel kfsChannel; private FileSystem.Statistics statistics; private final long fsize;