Class LogRollRegionServerProcedureManager.BackupSubprocedureBuilder
java.lang.Object
org.apache.hadoop.hbase.backup.regionserver.LogRollRegionServerProcedureManager.BackupSubprocedureBuilder
- All Implemented Interfaces:
SubprocedureFactory
- Enclosing class:
- LogRollRegionServerProcedureManager
public class LogRollRegionServerProcedureManager.BackupSubprocedureBuilder
extends Object
implements SubprocedureFactory
Build the actual backup procedure runner that will do all the 'hard' work
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildSubprocedure
(String name, byte[] data) BuildSubprocedure
when requested.
-
Constructor Details
-
BackupSubprocedureBuilder
public BackupSubprocedureBuilder()
-
-
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
-