Class RegionServerFlushTableProcedureManager.FlushTableSubprocedureBuilder
java.lang.Object
org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager.FlushTableSubprocedureBuilder
- All Implemented Interfaces:
SubprocedureFactory
- Enclosing class:
- RegionServerFlushTableProcedureManager
public class RegionServerFlushTableProcedureManager.FlushTableSubprocedureBuilder
extends Object
implements SubprocedureFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildSubprocedure
(String name, byte[] data) BuildSubprocedure
when requested.
-
Constructor Details
-
FlushTableSubprocedureBuilder
public FlushTableSubprocedureBuilder()
-
-
Method Details
-
buildSubprocedure
Description copied from interface:SubprocedureFactory
BuildSubprocedure
when requested.- Specified by:
buildSubprocedure
in interfaceSubprocedureFactory
- Parameters:
name
- name of the procedure associated with this subproceduredata
- arguments passed from the coordinator about the procedure- Returns:
Subprocedure
to run or null if the no operation should be run
-