public static class StoreContext.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StoreContext |
build() |
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) |
public StoreContext.Builder withBlockSize(int blockSize)
public StoreContext.Builder withEncryptionContext(Encryption.Context encryptionContext)
public StoreContext.Builder withCacheConfig(CacheConfig cacheConf)
public StoreContext.Builder withRegionFileSystem(HRegionFileSystem regionFileSystem)
public StoreContext.Builder withCellComparator(CellComparator comparator)
public StoreContext.Builder withBloomType(BloomType bloomFilterType)
public StoreContext.Builder withCompactedFilesSupplier(Supplier<Collection<HStoreFile>> compactedFilesSupplier)
public StoreContext.Builder withFavoredNodesSupplier(Supplier<InetSocketAddress[]> favoredNodesSupplier)
public StoreContext.Builder withColumnFamilyDescriptor(ColumnFamilyDescriptor family)
public StoreContext.Builder withFamilyStoreDirectoryPath(org.apache.hadoop.fs.Path familyStoreDirectoryPath)
public StoreContext.Builder withRegionCoprocessorHost(RegionCoprocessorHost coprocessorHost)
public StoreContext build()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.