@InterfaceAudience.Private public abstract class FlushPolicy extends Configured
| Modifier and Type | Field and Description |
|---|---|
protected HRegion |
region
The region configured for this flush policy.
|
| Constructor and Description |
|---|
FlushPolicy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureForRegion(HRegion region)
Upon construction, this method will be called with the region to be governed.
|
abstract Collection<Store> |
selectStoresToFlush() |
protected HRegion region
protected void configureForRegion(HRegion region)
public abstract Collection<Store> selectStoresToFlush()