Class AbstractTestFSWAL.FlushSpecificStoresPolicy

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.regionserver.FlushPolicy
org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL.FlushSpecificStoresPolicy
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
Enclosing class:
AbstractTestFSWAL

public static final class AbstractTestFSWAL.FlushSpecificStoresPolicy extends org.apache.hadoop.hbase.regionserver.FlushPolicy
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.regionserver.FlushPolicy

    region
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.apache.hadoop.hbase.regionserver.HStore>
     

    Methods inherited from class org.apache.hadoop.hbase.regionserver.FlushPolicy

    configureForRegion

    Methods inherited from class org.apache.hadoop.conf.Configured

    getConf, setConf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • selectStoresToFlush

      public Collection<org.apache.hadoop.hbase.regionserver.HStore> selectStoresToFlush()
      Specified by:
      selectStoresToFlush in class org.apache.hadoop.hbase.regionserver.FlushPolicy