Uses of Class
org.apache.hadoop.hbase.regionserver.StoreContext.Builder
Packages that use StoreContext.Builder
-
Uses of StoreContext.Builder in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return StoreContext.BuilderModifier and TypeMethodDescriptionstatic StoreContext.BuilderStoreContext.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) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type StoreContext.Builder