Class FlushTableSubprocedure

java.lang.Object
org.apache.hadoop.hbase.procedure.Subprocedure
org.apache.hadoop.hbase.procedure.flush.FlushTableSubprocedure
All Implemented Interfaces:
Callable<Void>

@Private public class FlushTableSubprocedure extends Subprocedure
This flush region implementation uses the distributed procedure framework to flush table regions. Its acquireBarrier stage does nothing. Its insideBarrier stage flushes the regions.