Package org.apache.hadoop.hbase.procedure.flush
package org.apache.hadoop.hbase.procedure.flush
-
ClassDescriptionThis flush region implementation uses the distributed procedure framework to flush table regions.This manager class handles flushing of the regions for table on a
HRegionServer
.We use the FlushTableSubprocedurePool, a class specific thread pool instead ofExecutorService
.