@InterfaceAudience.LimitedPrivate(value="Configuration") public class FlushLargeStoresPolicy extends FlushPolicy
FlushPolicy that only flushes store larger a given threshold. If no store is large
enough, then all stores will be flushed.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
HREGION_COLUMNFAMILY_FLUSH_SIZE_LOWER_BOUND |
region| 构造器和说明 |
|---|
FlushLargeStoresPolicy() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
configureForRegion(HRegion region)
Upon construction, this method will be called with the region to be governed.
|
Collection<Store> |
selectStoresToFlush() |
protected void configureForRegion(HRegion region)
FlushPolicyconfigureForRegion 在类中 FlushPolicypublic Collection<Store> selectStoresToFlush()
selectStoresToFlush 在类中 FlushPolicyCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.