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 TypeClassDescriptionclassAFlushPolicythat only flushes store larger a given threshold.classAFlushPolicythat always flushes all stores for a given region.classAFlushPolicythat only flushes store larger a given threshold.classAFlushPolicythat 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_CLASSMethods in org.apache.hadoop.hbase.regionserver that return FlushPolicyModifier and TypeMethodDescriptionstatic FlushPolicyCreate 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.