| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FlushAllLargeStoresPolicy
A
FlushPolicy that only flushes store larger a given threshold. |
class |
FlushAllStoresPolicy
A
FlushPolicy that always flushes all stores for a given region. |
class |
FlushLargeStoresPolicy
A
FlushPolicy that only flushes store larger a given threshold. |
class |
FlushNonSloppyStoresFirstPolicy
A
FlushPolicy that only flushes store larger than a given threshold. |
| 限定符和类型 | 方法和说明 |
|---|---|
static FlushPolicy |
FlushPolicyFactory.create(HRegion region,
org.apache.hadoop.conf.Configuration conf)
Create the FlushPolicy configured for the given table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<? extends FlushPolicy> |
FlushPolicyFactory.getFlushPolicyClass(TableDescriptor htd,
org.apache.hadoop.conf.Configuration conf)
Get FlushPolicy class for the given table.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.