Uses of Class
org.apache.hadoop.hbase.util.ChecksumType

Packages that use ChecksumType
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

Uses of ChecksumType in org.apache.hadoop.hbase.io.hfile
 

Fields in org.apache.hadoop.hbase.io.hfile declared as ChecksumType
protected  ChecksumType HFile.WriterFactory.checksumType
           
static ChecksumType HFile.DEFAULT_CHECKSUM_TYPE
           
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type ChecksumType
protected abstract  HFile.Writer HFile.WriterFactory.createWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, int blockSize, Compression.Algorithm compress, HFileDataBlockEncoder dataBlockEncoder, KeyValue.KeyComparator comparator, ChecksumType checksumType, int bytesPerChecksum)
           
 HFile.WriterFactory HFile.WriterFactory.withChecksumType(ChecksumType checksumType)
           
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type ChecksumType
HFileBlock.Writer(Compression.Algorithm compressionAlgorithm, HFileDataBlockEncoder dataBlockEncoder, boolean includesMemstoreTS, int minorVersion, ChecksumType checksumType, int bytesPerChecksum)
           
HFileWriterV2(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, int blockSize, Compression.Algorithm compressAlgo, HFileDataBlockEncoder blockEncoder, KeyValue.KeyComparator comparator, ChecksumType checksumType, int bytesPerChecksum)
          Constructor that takes a path, creates and closes the output stream.
 

Uses of ChecksumType in org.apache.hadoop.hbase.regionserver
 

Fields in org.apache.hadoop.hbase.regionserver declared as ChecksumType
protected  ChecksumType StoreFile.Writer.checksumType
          Checksum type
 

Methods in org.apache.hadoop.hbase.regionserver that return ChecksumType
static ChecksumType Store.getChecksumType(org.apache.hadoop.conf.Configuration conf)
          Returns the configured checksum algorithm.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type ChecksumType
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withChecksumType(ChecksumType checksumType)
           
 

Uses of ChecksumType in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return ChecksumType
static ChecksumType ChecksumType.codeToType(byte b)
          Cannot rely on enum ordinals .
static ChecksumType ChecksumType.nameToType(String name)
          Map a checksum name to a specific type.
static ChecksumType ChecksumType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChecksumType[] ChecksumType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.