| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FlushAllLargeStoresPolicyA  FlushPolicythat only flushes store larger a given threshold. | 
| class  | FlushAllStoresPolicyA  FlushPolicythat always flushes all stores for a given region. | 
| class  | FlushLargeStoresPolicyA  FlushPolicythat only flushes store larger a given threshold. | 
| class  | FlushNonSloppyStoresFirstPolicyA  FlushPolicythat only flushes store larger than a given threshold. | 
| Modifier and Type | Field and Description | 
|---|---|
| private FlushPolicy | HRegion. flushPolicy | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Class<? extends FlushPolicy> | FlushPolicyFactory. DEFAULT_FLUSH_POLICY_CLASS | 
| Modifier and Type | Method and Description | 
|---|---|
| static FlushPolicy | FlushPolicyFactory. create(HRegion region,
      org.apache.hadoop.conf.Configuration conf)Create the FlushPolicy configured for the given table. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.