Uses of Class
org.apache.hadoop.util.DataChecksum.Type

Packages that use DataChecksum.Type
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.util Common utilities. 
 

Uses of DataChecksum.Type in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return DataChecksum.Type
 DataChecksum.Type FsServerDefaults.getChecksumType()
           
 DataChecksum.Type Options.ChecksumOpt.getChecksumType()
           
 DataChecksum.Type MD5MD5CRC32CastagnoliFileChecksum.getCrcType()
           
 DataChecksum.Type MD5MD5CRC32GzipFileChecksum.getCrcType()
           
 

Constructors in org.apache.hadoop.fs with parameters of type DataChecksum.Type
FsServerDefaults(long blockSize, int bytesPerChecksum, int writePacketSize, short replication, int fileBufferSize, DataChecksum.Type checksumType)
           
Options.ChecksumOpt(DataChecksum.Type type, int size)
          Normal ctor
 

Uses of DataChecksum.Type in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util that return DataChecksum.Type
static DataChecksum.Type DataChecksum.Type.valueOf(int id)
           
static DataChecksum.Type DataChecksum.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataChecksum.Type[] DataChecksum.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.