@InterfaceAudience.Private public abstract class FlushPolicy extends org.apache.hadoop.conf.Configured
| 构造器和说明 |
|---|
FlushPolicy() |
| 限定符和类型 | 方法和说明 |
|---|---|
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()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.