Uses of Class
org.apache.hadoop.hbase.regionserver.FlushPolicy
-
Uses of FlushPolicy in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
AFlushPolicy
that only flushes store larger a given threshold.class
AFlushPolicy
that always flushes all stores for a given region.class
AFlushPolicy
that only flushes store larger a given threshold.class
AFlushPolicy
that only flushes store larger than a given threshold.Modifier and TypeFieldDescriptionprivate static final Class<? extends FlushPolicy>
FlushPolicyFactory.DEFAULT_FLUSH_POLICY_CLASS
Modifier and TypeMethodDescriptionstatic FlushPolicy
Create the FlushPolicy configured for the given table.Modifier and TypeMethodDescriptionstatic Class<? extends FlushPolicy>
FlushPolicyFactory.getFlushPolicyClass
(TableDescriptor htd, org.apache.hadoop.conf.Configuration conf) Get FlushPolicy class for the given table.