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