Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
Packages that use HFileContextBuilder
-
Uses of HFileContextBuilder in org.apache.hadoop.hbase.io.hfile
Methods in org.apache.hadoop.hbase.io.hfile that return HFileContextBuilderModifier and TypeMethodDescriptionHFileContextBuilder.withBlockSize
(int blockSize) HFileContextBuilder.withBytesPerCheckSum
(int bytesPerChecksum) HFileContextBuilder.withCellComparator
(CellComparator cellComparator) HFileContextBuilder.withChecksumType
(ChecksumType checkSumType) HFileContextBuilder.withColumnFamily
(byte[] columnFamily) HFileContextBuilder.withCompression
(Compression.Algorithm compression) HFileContextBuilder.withCompressTags
(boolean compressTags) HFileContextBuilder.withCreateTime
(long fileCreateTime) HFileContextBuilder.withDataBlockEncoding
(DataBlockEncoding encoding) HFileContextBuilder.withEncryptionContext
(Encryption.Context cryptoContext) HFileContextBuilder.withHBaseCheckSum
(boolean useHBaseCheckSum) HFileContextBuilder.withHFileName
(String name) HFileContextBuilder.withIncludesMvcc
(boolean includesMvcc) HFileContextBuilder.withIncludesTags
(boolean includesTags) HFileContextBuilder.withIndexBlockEncoding
(IndexBlockEncoding indexBlockEncoding) HFileContextBuilder.withTableName
(byte[] tableName)