Class FlushPolicyFactory

java.lang.Object
org.apache.hadoop.hbase.regionserver.FlushPolicyFactory

@LimitedPrivate("Configuration") public class FlushPolicyFactory extends Object
The class that creates a flush policy from a conf and HTableDescriptor.

The default flush policy is FlushLargeStoresPolicy. And for 0.98, the default flush policy is FlushAllStoresPolicy.