@InterfaceAudience.Private public final class StoreContext extends Object implements HeapSize
| Modifier and Type | Class and Description |
|---|---|
static class |
StoreContext.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
FIXED_OVERHEAD |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
BloomType |
getBloomFilterType() |
static StoreContext.Builder |
getBuilder() |
CacheConfig |
getCacheConf() |
Supplier<Collection<HStoreFile>> |
getCompactedFilesSupplier() |
CellComparator |
getComparator() |
RegionCoprocessorHost |
getCoprocessorHost() |
Encryption.Context |
getEncryptionContext() |
ColumnFamilyDescriptor |
getFamily() |
org.apache.hadoop.fs.Path |
getFamilyStoreDirectoryPath() |
InetSocketAddress[] |
getFavoredNodes() |
HRegionFileSystem |
getRegionFileSystem() |
RegionInfo |
getRegionInfo() |
TableName |
getTableName() |
long |
heapSize() |
boolean |
isPrimaryReplicaStore() |
public int getBlockSize()
public Encryption.Context getEncryptionContext()
public CacheConfig getCacheConf()
public HRegionFileSystem getRegionFileSystem()
public CellComparator getComparator()
public BloomType getBloomFilterType()
public Supplier<Collection<HStoreFile>> getCompactedFilesSupplier()
public InetSocketAddress[] getFavoredNodes()
public ColumnFamilyDescriptor getFamily()
public org.apache.hadoop.fs.Path getFamilyStoreDirectoryPath()
public RegionCoprocessorHost getCoprocessorHost()
public TableName getTableName()
public RegionInfo getRegionInfo()
public boolean isPrimaryReplicaStore()
public static StoreContext.Builder getBuilder()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.