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

Packages that use FileChecksum
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.viewfs   
 

Uses of FileChecksum in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FileChecksum
 FileChecksum FilterFileSystem.getFileChecksum(Path f)
           
 FileChecksum FileContext.getFileChecksum(Path f)
          Get the checksum of a file.
 FileChecksum FileSystem.getFileChecksum(Path f)
          Get the checksum of a file.
abstract  FileChecksum AbstractFileSystem.getFileChecksum(Path f)
          The specification of this method matches that of FileContext.getFileChecksum(Path) except that Path f must be for this file system.
 FileChecksum FilterFileSystem.getFileChecksum(Path f, long length)
           
 FileChecksum FileSystem.getFileChecksum(Path f, long length)
          Get the checksum of a file, from the beginning of the file till the specific length.
 

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

Methods in org.apache.hadoop.fs.viewfs that return FileChecksum
 FileChecksum ViewFileSystem.getFileChecksum(Path f)
           
 FileChecksum ViewFs.getFileChecksum(Path f)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.