Class FlushNonSloppyStoresFirstPolicy

java.lang.Object
org.apache.hadoop.conf.Configured
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable

@LimitedPrivate("Configuration") public class FlushNonSloppyStoresFirstPolicy extends FlushLargeStoresPolicy
A FlushPolicy that only flushes store larger than a given threshold. If no store is large enough, then all stores will be flushed. Gives priority to selecting regular stores first, and only if no other option, selects sloppy stores which normaly require more memory.