Uses of Class
org.apache.hadoop.fs.FSDataInputStream

Packages that use FSDataInputStream
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.crypto   
org.apache.hadoop.fs.ftp   
org.apache.hadoop.fs.viewfs   
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.io.file.tfile   
org.apache.hadoop.util Common utilities. 
 

Uses of FSDataInputStream in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FSDataInputStream
 FSDataInputStream FileSystem.open(Path f)
          Opens an FSDataInputStream at the indicated Path.
 FSDataInputStream FileContext.open(Path f)
          Opens an FSDataInputStream at the indicated Path using default buffersize.
 FSDataInputStream AbstractFileSystem.open(Path f)
          The specification of this method matches that of FileContext.open(Path) except that Path f must be for this file system.
 FSDataInputStream RawLocalFileSystem.open(Path f, int bufferSize)
           
 FSDataInputStream HarFileSystem.open(Path f, int bufferSize)
          Returns a har input stream which fakes end of file.
 FSDataInputStream FilterFileSystem.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
abstract  FSDataInputStream FileSystem.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
 FSDataInputStream FileContext.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
 FSDataInputStream ChecksumFileSystem.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
abstract  FSDataInputStream AbstractFileSystem.open(Path f, int bufferSize)
          The specification of this method matches that of FileContext.open(Path, int) except that Path f must be for this file system.
 

Methods in org.apache.hadoop.fs with parameters of type FSDataInputStream
 boolean LocalFileSystem.reportChecksumFailure(Path p, FSDataInputStream in, long inPos, FSDataInputStream sums, long sumsPos)
          Moves files to a bad file directory on the same device, so that their storage will not be reused.
 boolean ChecksumFileSystem.reportChecksumFailure(Path f, FSDataInputStream in, long inPos, FSDataInputStream sums, long sumsPos)
          Report a checksum error to the file system.
 

Constructors in org.apache.hadoop.fs with parameters of type FSDataInputStream
AvroFSInput(FSDataInputStream in, long len)
          Construct given an FSDataInputStream and its length.
 

Uses of FSDataInputStream in org.apache.hadoop.fs.crypto
 

Subclasses of FSDataInputStream in org.apache.hadoop.fs.crypto
 class CryptoFSDataInputStream
           
 

Constructors in org.apache.hadoop.fs.crypto with parameters of type FSDataInputStream
CryptoFSDataInputStream(FSDataInputStream in, org.apache.hadoop.crypto.CryptoCodec codec, byte[] key, byte[] iv)
           
CryptoFSDataInputStream(FSDataInputStream in, org.apache.hadoop.crypto.CryptoCodec codec, int bufferSize, byte[] key, byte[] iv)
           
 

Uses of FSDataInputStream in org.apache.hadoop.fs.ftp
 

Methods in org.apache.hadoop.fs.ftp that return FSDataInputStream
 FSDataInputStream FTPFileSystem.open(Path file, int bufferSize)
           
 

Uses of FSDataInputStream in org.apache.hadoop.fs.viewfs
 

Methods in org.apache.hadoop.fs.viewfs that return FSDataInputStream
 FSDataInputStream ViewFs.open(Path f, int bufferSize)
           
 FSDataInputStream ViewFileSystem.open(Path f, int bufferSize)
           
 

Uses of FSDataInputStream in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io that return FSDataInputStream
protected static FSDataInputStream SecureIOUtils.forceSecureOpenFSDataInputStream(File file, String expectedOwner, String expectedGroup)
          Same as openFSDataInputStream except that it will run even if security is off.
protected  FSDataInputStream SequenceFile.Reader.openFile(FileSystem fs, Path file, int bufferSize, long length)
          Override this method to specialize the type of FSDataInputStream returned.
static FSDataInputStream SecureIOUtils.openFSDataInputStream(File file, String expectedOwner, String expectedGroup)
          Opens the FSDataInputStream on the requested file on local file system, verifying the expected user/group constraints if security is enabled.
 

Methods in org.apache.hadoop.io with parameters of type FSDataInputStream
static SequenceFile.Reader.Option SequenceFile.Reader.stream(FSDataInputStream value)
          Create an option to specify the stream with the sequence file.
 

Constructors in org.apache.hadoop.io with parameters of type FSDataInputStream
SequenceFile.Reader(FSDataInputStream in, int buffersize, long start, long length, Configuration conf)
          Deprecated. Use Reader(Configuration, Reader.Option...) instead.
 

Uses of FSDataInputStream in org.apache.hadoop.io.file.tfile
 

Constructors in org.apache.hadoop.io.file.tfile with parameters of type FSDataInputStream
TFile.Reader(FSDataInputStream fsdis, long fileLength, Configuration conf)
          Constructor
 

Uses of FSDataInputStream in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util that return FSDataInputStream
 FSDataInputStream Options.FSDataInputStreamOption.getValue()
           
 

Constructors in org.apache.hadoop.util with parameters of type FSDataInputStream
Options.FSDataInputStreamOption(FSDataInputStream value)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.