Class FlushAllStoresPolicy
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.regionserver.FlushPolicy
org.apache.hadoop.hbase.regionserver.FlushAllStoresPolicy
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
A
FlushPolicy
that always flushes all stores for a given region.-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.regionserver.FlushPolicy
region
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.regionserver.FlushPolicy
configureForRegion
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Constructor Details
-
FlushAllStoresPolicy
public FlushAllStoresPolicy()
-
-
Method Details
-
toString
-
selectStoresToFlush
Description copied from class:FlushPolicy
Returns the stores need to be flushed.- Specified by:
selectStoresToFlush
in classFlushPolicy
-