Uses of Enum Class
org.apache.hadoop.hbase.util.ChecksumType
Packages that use ChecksumType
-
Uses of ChecksumType in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as ChecksumTypeModifier and TypeFieldDescriptionprivate ChecksumType
HFileContext.checksumType
the checksum typeprivate ChecksumType
HFileContextBuilder.checkSumType
the checksum typeMethods in org.apache.hadoop.hbase.io.hfile that return ChecksumTypeMethods in org.apache.hadoop.hbase.io.hfile with parameters of type ChecksumTypeModifier and TypeMethodDescription(package private) static void
ChecksumUtil.generateChecksums
(byte[] indata, int startOffset, int endOffset, byte[] outdata, int outOffset, ChecksumType checksumType, int bytesPerChecksum) Generates a checksum for all the data in indata.HFileContextBuilder.withChecksumType
(ChecksumType checkSumType) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type ChecksumTypeModifierConstructorDescription(package private)
HFileContext
(boolean useHBaseChecksum, boolean includesMvcc, boolean includesTags, Compression.Algorithm compressAlgo, Compression.HFileDecompressionContext decompressionContext, boolean compressTags, ChecksumType checksumType, int bytesPerChecksum, int blockSize, DataBlockEncoding encoding, Encryption.Context cryptoContext, long fileCreateTime, String hfileName, byte[] columnFamily, byte[] tableName, CellComparator cellComparator, IndexBlockEncoding indexBlockEncoding) -
Uses of ChecksumType in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type ChecksumTypeModifier and TypeMethodDescriptionstatic StoreFileWriter
MobUtils.createWriter
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ColumnFamilyDescriptor family, org.apache.hadoop.fs.Path path, long maxKeyCount, Compression.Algorithm compression, CacheConfig cacheConfig, Encryption.Context cryptoContext, ChecksumType checksumType, int bytesPerChecksum, int blocksize, BloomType bloomType, boolean isCompaction) Creates a writer for the mob file in temp directory.static StoreFileWriter
MobUtils.createWriter
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ColumnFamilyDescriptor family, org.apache.hadoop.fs.Path path, long maxKeyCount, Compression.Algorithm compression, CacheConfig cacheConfig, Encryption.Context cryptoContext, ChecksumType checksumType, int bytesPerChecksum, int blocksize, BloomType bloomType, boolean isCompaction, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) Creates a writer for the mob file in temp directory. -
Uses of ChecksumType in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return ChecksumTypeModifier and TypeMethodDescriptionstatic ChecksumType
StoreUtils.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 ChecksumTypeModifier and TypeMethodDescriptionstatic ChecksumType
ChecksumType.codeToType
(byte b) Cannot rely on enum ordinals .static ChecksumType
ChecksumType.getDefaultChecksumType()
static ChecksumType
ChecksumType.nameToType
(String name) Map a checksum name to a specific type.static ChecksumType
Returns the enum constant of this class with the specified name.static ChecksumType[]
ChecksumType.values()
Returns an array containing the constants of this enum class, in the order they are declared.