@InterfaceAudience.Private @InterfaceStability.Unstable public interface StoreConfigInformation
| Modifier and Type | Method and Description | 
|---|---|
| long | getBlockingFileCount()The number of files required before flushes for this store will be blocked. | 
| String | getColumnFamilyName() | 
| long | getCompactionCheckMultiplier() | 
| long | getMemStoreFlushSize() | 
| RegionInfo | getRegionInfo() | 
| long | getStoreFileTtl() | 
long getMemStoreFlushSize()
long getStoreFileTtl()
long getCompactionCheckMultiplier()
long getBlockingFileCount()
RegionInfo getRegionInfo()
String getColumnFamilyName()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.