Uses of Enum Class
org.apache.hadoop.hbase.regionserver.BloomType
Packages that use BloomType
Package
Description
Provides HBase Client
Provides implementations of
HFile and HFile
BlockCache.Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides an HBase Thrift
service.
-
Uses of BloomType in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as BloomTypeModifier and TypeFieldDescription(package private) BloomTypePerformanceEvaluation.TestOptions.bloomTypeMethods in org.apache.hadoop.hbase that return BloomTypeMethods in org.apache.hadoop.hbase with parameters of type BloomTypeModifier and TypeMethodDescriptionHBaseTestingUtility.createTable(TableDescriptor htd, byte[][] families, byte[][] splitKeys, BloomType type, int blockSize, org.apache.hadoop.conf.Configuration c) Deprecated.Create a table.voidPerformanceEvaluation.TestOptions.setBloomType(BloomType bloomType) -
Uses of BloomType in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as BloomTypeModifier and TypeFieldDescriptionstatic final BloomTypeColumnFamilyDescriptorBuilder.DEFAULT_BLOOMFILTERDefault setting for whether or not to use bloomfilters.Methods in org.apache.hadoop.hbase.client that return BloomTypeModifier and TypeMethodDescriptionColumnFamilyDescriptor.getBloomFilterType()Returns bloom filter type used for new StoreFiles in ColumnFamilyColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getBloomFilterType()Methods in org.apache.hadoop.hbase.client with parameters of type BloomTypeModifier and TypeMethodDescriptionColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setBloomFilterType(BloomType bt) ColumnFamilyDescriptorBuilder.setBloomFilterType(BloomType value) -
Uses of BloomType in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as BloomTypeMethods in org.apache.hadoop.hbase.io.hfile with parameters of type BloomTypeModifier and TypeMethodDescriptionbooleanprivate booleanCompoundBloomFilter.containsInternal(Cell keyCell, ByteBuff bloom, BloomType type) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type BloomTypeModifierConstructorDescriptionCompoundBloomFilterWriter(int chunkByteSizeHint, float errorRate, int hashType, int maxFold, boolean cacheOnWrite, CellComparator comparator, BloomType bloomType) each chunk's size in bytes. -
Uses of BloomType in org.apache.hadoop.hbase.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type BloomTypeModifier and TypeMethodDescriptionHFileOutputFormat2.createFamilyBloomTypeMap(org.apache.hadoop.conf.Configuration conf) Runs inside the task to deserialize column family to bloom filter type map from the configuration. -
Uses of BloomType in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type BloomTypeModifier and TypeMethodDescriptionstatic StoreFileWriterMobUtils.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 StoreFileWriterMobUtils.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 BloomType in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as BloomTypeModifier and TypeFieldDescriptionprivate final BloomTypeStoreContext.bloomFilterTypeprivate BloomTypeStoreContext.Builder.bloomFilterTypeprotected BloomTypeStoreFileReader.bloomFilterTypeprivate final BloomTypeStoreFileWriter.bloomTypeprivate BloomTypeStoreFileWriter.Builder.bloomTypeprivate final BloomTypeStoreFileWriter.SingleStoreFileWriter.bloomTypeprivate final BloomTypeHStoreFile.cfBloomTypeBloom filter type specified in column family configuration.Methods in org.apache.hadoop.hbase.regionserver that return BloomTypeModifier and TypeMethodDescriptionStoreContext.getBloomFilterType()StoreFileReader.getBloomFilterType()static BloomTypeReturns the enum constant of this class with the specified name.static BloomType[]BloomType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver with parameters of type BloomTypeModifier and TypeMethodDescriptionStoreContext.Builder.withBloomType(BloomType bloomFilterType) StoreFileWriter.Builder.withBloomType(BloomType bloomType) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type BloomTypeModifierConstructorDescriptionHStoreFile(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType cfBloomType, boolean primaryReplica, StoreFileTracker sft) Constructor, loads a reader and it's indices, etc.HStoreFile(StoreFileInfo fileInfo, BloomType cfBloomType, CacheConfig cacheConf) Constructor, loads a reader and it's indices, etc.HStoreFile(StoreFileInfo fileInfo, BloomType cfBloomType, CacheConfig cacheConf, BloomFilterMetrics metrics, String keyNamespace, SystemKeyCache systemKeyCache, ManagedKeyDataCache managedKeyDataCache) Constructor, loads a reader and it's indices, etc.privateSingleStoreFileWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType bloomType, long maxKeys, InetSocketAddress[] favoredNodes, HFileContext fileContext, boolean shouldDropCacheBehind, Supplier<Collection<HStoreFile>> compactedFilesSupplier) Creates an HFile.Writer that also write helpful meta data.privateStoreFileWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path liveFilePath, org.apache.hadoop.fs.Path historicalFilePath, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType bloomType, long maxKeys, InetSocketAddress[] favoredNodes, HFileContext fileContext, boolean shouldDropCacheBehind, Supplier<Collection<HStoreFile>> compactedFilesSupplier, CellComparator comparator, int maxVersions, boolean newVersionBehavior) Creates an HFile.Writer that also write helpful meta data. -
Uses of BloomType in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 that return BloomTypeModifier and TypeMethodDescriptionstatic BloomTypeThriftUtilities.bloomFilterFromThrift(org.apache.hadoop.hbase.thrift2.generated.TBloomFilterType in) Methods in org.apache.hadoop.hbase.thrift2 with parameters of type BloomTypeModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TBloomFilterTypeThriftUtilities.bloomFilterFromHBase(BloomType in) -
Uses of BloomType in org.apache.hadoop.hbase.tool
Methods in org.apache.hadoop.hbase.tool with parameters of type BloomTypeModifier and TypeMethodDescriptionprivate static StoreFileWriterBulkLoadHFilesTool.initStoreFileWriter(org.apache.hadoop.conf.Configuration conf, Cell cell, HFileContext hFileContext, CacheConfig cacheConf, BloomType bloomFilterType, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path outFile, AsyncTableRegionLocator loc) -
Uses of BloomType in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as BloomTypeModifier and TypeFieldDescriptionprotected BloomTypeBloomFilterChunk.bloomTypeThe type of bloomprotected BloomTypeLoadTestTool.bloomTypeMethods in org.apache.hadoop.hbase.util with parameters of type BloomTypeModifier and TypeMethodDescriptionbooleanCheck if the specified key is contained in the bloom filter.static booleanBloomFilterUtil.contains(Cell cell, ByteBuff bloomBuf, int bloomOffset, int bloomSize, Hash hash, int hashCount, BloomType type) static BloomFilterChunkBloomFilterUtil.createBySize(int byteSizeHint, double errorRate, int hashType, int foldFactor, BloomType bloomType) Creates a Bloom filter chunk of the given size.static BloomFilterWriterBloomFilterFactory.createGeneralBloomAtWrite(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType bloomType, int maxKeys, HFile.Writer writer) Creates a new general (Row or RowCol) Bloom filter at the time ofHStoreFilewriting.static byte[]BloomFilterUtil.getBloomFilterParam(BloomType bloomFilterType, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.util with parameters of type BloomType