Uses of Class
org.apache.hadoop.hbase.regionserver.FlushPolicy
Packages that use FlushPolicy
-
Uses of FlushPolicy in org.apache.hadoop.hbase.regionserver
Subclasses of FlushPolicy in org.apache.hadoop.hbase.regionserverModifier 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.Fields in org.apache.hadoop.hbase.regionserver declared as FlushPolicyFields in org.apache.hadoop.hbase.regionserver with type parameters of type FlushPolicyModifier and TypeFieldDescriptionprivate static final Class<? extends FlushPolicy>
FlushPolicyFactory.DEFAULT_FLUSH_POLICY_CLASS
Methods in org.apache.hadoop.hbase.regionserver that return FlushPolicyModifier and TypeMethodDescriptionstatic FlushPolicy
Create the FlushPolicy configured for the given table.Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type FlushPolicyModifier and TypeMethodDescriptionstatic Class<? extends FlushPolicy>
FlushPolicyFactory.getFlushPolicyClass
(TableDescriptor htd, org.apache.hadoop.conf.Configuration conf) Get FlushPolicy class for the given table.