Uses of Class
org.apache.hadoop.hbase.regionserver.StoreContext.Builder
-
Uses of StoreContext.Builder in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionstatic StoreContext.Builder
StoreContext.getBuilder()
StoreContext.Builder.withBlockSize
(int blockSize) StoreContext.Builder.withBloomType
(BloomType bloomFilterType) StoreContext.Builder.withCacheConfig
(CacheConfig cacheConf) StoreContext.Builder.withCellComparator
(CellComparator comparator) StoreContext.Builder.withColumnFamilyDescriptor
(ColumnFamilyDescriptor family) StoreContext.Builder.withCompactedFilesSupplier
(Supplier<Collection<HStoreFile>> compactedFilesSupplier) StoreContext.Builder.withEncryptionContext
(Encryption.Context encryptionContext) StoreContext.Builder.withFamilyStoreDirectoryPath
(org.apache.hadoop.fs.Path familyStoreDirectoryPath) StoreContext.Builder.withFavoredNodesSupplier
(Supplier<InetSocketAddress[]> favoredNodesSupplier) StoreContext.Builder.withRegionCoprocessorHost
(RegionCoprocessorHost coprocessorHost) StoreContext.Builder.withRegionFileSystem
(HRegionFileSystem regionFileSystem)