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
static ChecksumType HFile.DEFAULT_CHECKSUM_TYPE
           
static ChecksumType HFileContextBuilder.DEFAULT_CHECKSUM_TYPE
           
static ChecksumType HFileContext.DEFAULT_CHECKSUM_TYPE
           
 

Methods in org.apache.hadoop.hbase.io.hfile that return ChecksumType
 ChecksumType HFileContext.getChecksumType()
           
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type ChecksumType
 HFileContextBuilder HFileContextBuilder.withChecksumType(ChecksumType checkSumType)
           
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type ChecksumType
HFileContext(boolean useHBaseChecksum, boolean includesMvcc, boolean includesTags, Compression.Algorithm compressAlgo, boolean compressTags, ChecksumType checksumType, int bytesPerChecksum, int blockSize, DataBlockEncoding encoding, Encryption.Context cryptoContext)
           
 

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 HStore.getChecksumType(org.apache.hadoop.conf.Configuration conf)
          Returns the configured checksum algorithm.
 

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 © 2007–2015 The Apache Software Foundation. All rights reserved.