Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.-
Uses of org.apache.hadoop.hbase.io.hfile.HFileContextBuilder in org.apache.hadoop.hbase.io.hfile
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withBlockSize
(int blockSize) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withBytesPerCheckSum
(int bytesPerChecksum) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withCellComparator
(CellComparator cellComparator) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withChecksumType
(org.apache.hadoop.hbase.util.ChecksumType checkSumType) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withColumnFamily
(byte[] columnFamily) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withCompression
(org.apache.hadoop.hbase.io.compress.Compression.Algorithm compression) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withCompressTags
(boolean compressTags) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withCreateTime
(long fileCreateTime) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withDataBlockEncoding
(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withEncryptionContext
(org.apache.hadoop.hbase.io.crypto.Encryption.Context cryptoContext) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withHBaseCheckSum
(boolean useHBaseCheckSum) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withHFileName
(String name) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withIncludesMvcc
(boolean includesMvcc) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withIncludesTags
(boolean includesTags) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withIndexBlockEncoding
(org.apache.hadoop.hbase.io.encoding.IndexBlockEncoding indexBlockEncoding) org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
HFileContextBuilder.withTableName
(byte[] tableName)