@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()
Returns Gets the Memstore flush size for the region that this store works with.
|
RegionInfo |
getRegionInfo() |
long |
getStoreFileTtl()
Returns Gets the cf-specific time-to-live for store files.
|
long getMemStoreFlushSize()
long getStoreFileTtl()
long getCompactionCheckMultiplier()
long getBlockingFileCount()
RegionInfo getRegionInfo()
String getColumnFamilyName()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.