Uses of Enum Class
org.apache.hadoop.hbase.regionserver.BloomType
Packages that use org.apache.hadoop.hbase.regionserver.BloomType
Package
Description
Provides HBase Client
Provides implementations of
HFile
and HFile
BlockCache
.-
Uses of org.apache.hadoop.hbase.regionserver.BloomType in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.client.TableDescriptor htd, byte[][] families, byte[][] splitKeys, org.apache.hadoop.hbase.regionserver.BloomType type, int blockSize, org.apache.hadoop.conf.Configuration c) Deprecated.Create a table. -
Uses of org.apache.hadoop.hbase.regionserver.BloomType in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.regionserver.BloomType
ColumnFamilyDescriptorBuilder.DEFAULT_BLOOMFILTER
Default setting for whether or not to use bloomfilters.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.BloomType
ColumnFamilyDescriptor.getBloomFilterType()
Returns bloom filter type used for new StoreFiles in ColumnFamilyMethods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
ColumnFamilyDescriptorBuilder.setBloomFilterType
(org.apache.hadoop.hbase.regionserver.BloomType value) -
Uses of org.apache.hadoop.hbase.regionserver.BloomType in org.apache.hadoop.hbase.io.hfile
Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionboolean
CompoundBloomFilter.contains
(org.apache.hadoop.hbase.Cell keyCell, org.apache.hadoop.hbase.nio.ByteBuff bloom, org.apache.hadoop.hbase.regionserver.BloomType type) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifierConstructorDescriptionCompoundBloomFilterWriter
(int chunkByteSizeHint, float errorRate, int hashType, int maxFold, boolean cacheOnWrite, CellComparator comparator, org.apache.hadoop.hbase.regionserver.BloomType bloomType) each chunk's size in bytes. -
Uses of org.apache.hadoop.hbase.regionserver.BloomType in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.regionserver.StoreFileWriter
MobUtils.createWriter
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor family, org.apache.hadoop.fs.Path path, long maxKeyCount, org.apache.hadoop.hbase.io.compress.Compression.Algorithm compression, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConfig, org.apache.hadoop.hbase.io.crypto.Encryption.Context cryptoContext, org.apache.hadoop.hbase.util.ChecksumType checksumType, int bytesPerChecksum, int blocksize, org.apache.hadoop.hbase.regionserver.BloomType bloomType, boolean isCompaction) Creates a writer for the mob file in temp directory.static org.apache.hadoop.hbase.regionserver.StoreFileWriter
MobUtils.createWriter
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor family, org.apache.hadoop.fs.Path path, long maxKeyCount, org.apache.hadoop.hbase.io.compress.Compression.Algorithm compression, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConfig, org.apache.hadoop.hbase.io.crypto.Encryption.Context cryptoContext, org.apache.hadoop.hbase.util.ChecksumType checksumType, int bytesPerChecksum, int blocksize, org.apache.hadoop.hbase.regionserver.BloomType bloomType, boolean isCompaction, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) Creates a writer for the mob file in temp directory. -
Uses of org.apache.hadoop.hbase.regionserver.BloomType in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.regionserver.BloomType
StoreFileReader.bloomFilterType
Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.BloomType
StoreContext.getBloomFilterType()
org.apache.hadoop.hbase.regionserver.BloomType
StoreFileReader.getBloomFilterType()
static org.apache.hadoop.hbase.regionserver.BloomType
BloomType.valueOf
(String name) static org.apache.hadoop.hbase.regionserver.BloomType[]
BloomType.values()
Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.StoreContext.Builder
StoreContext.Builder.withBloomType
(org.apache.hadoop.hbase.regionserver.BloomType bloomFilterType) org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
StoreFileWriter.Builder.withBloomType
(org.apache.hadoop.hbase.regionserver.BloomType bloomType) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifierConstructorDescriptionHStoreFile
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.hbase.regionserver.BloomType cfBloomType, boolean primaryReplica, org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker sft) Constructor, loads a reader and it's indices, etc.HStoreFile
(org.apache.hadoop.hbase.regionserver.StoreFileInfo fileInfo, org.apache.hadoop.hbase.regionserver.BloomType cfBloomType, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf) Constructor, loads a reader and it's indices, etc.HStoreFile
(org.apache.hadoop.hbase.regionserver.StoreFileInfo fileInfo, org.apache.hadoop.hbase.regionserver.BloomType cfBloomType, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics metrics) Constructor, loads a reader and it's indices, etc. -
Uses of org.apache.hadoop.hbase.regionserver.BloomType in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.regionserver.BloomType
BloomFilterChunk.bloomType
The type of bloomprotected org.apache.hadoop.hbase.regionserver.BloomType
LoadTestTool.bloomType
Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifier and TypeMethodDescriptionboolean
BloomFilter.contains
(org.apache.hadoop.hbase.Cell keyCell, org.apache.hadoop.hbase.nio.ByteBuff bloom, org.apache.hadoop.hbase.regionserver.BloomType type) Check if the specified key is contained in the bloom filter.static boolean
BloomFilterUtil.contains
(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.nio.ByteBuff bloomBuf, int bloomOffset, int bloomSize, org.apache.hadoop.hbase.util.Hash hash, int hashCount, org.apache.hadoop.hbase.regionserver.BloomType type) static org.apache.hadoop.hbase.util.BloomFilterChunk
BloomFilterUtil.createBySize
(int byteSizeHint, double errorRate, int hashType, int foldFactor, org.apache.hadoop.hbase.regionserver.BloomType bloomType) Creates a Bloom filter chunk of the given size.static org.apache.hadoop.hbase.util.BloomFilterWriter
BloomFilterFactory.createGeneralBloomAtWrite
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.hbase.regionserver.BloomType bloomType, int maxKeys, org.apache.hadoop.hbase.io.hfile.HFile.Writer writer) Creates a new general (Row or RowCol) Bloom filter at the time ofHStoreFile
writing.static byte[]
BloomFilterUtil.getBloomFilterParam
(org.apache.hadoop.hbase.regionserver.BloomType bloomFilterType, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.regionserver.BloomType in inModifierConstructorDescriptionBloomFilterChunk
(int hashType, org.apache.hadoop.hbase.regionserver.BloomType bloomType)