Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
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. |
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(HTableDescriptor htd,
org.apache.hadoop.conf.Configuration conf)
Get FlushPolicy class for the given table.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.