public class RegionServerFlushTableProcedureManager.FlushTableSubprocedureBuilder extends Object implements SubprocedureFactory
Constructor and Description |
---|
FlushTableSubprocedureBuilder() |
Modifier and Type | Method and Description |
---|---|
Subprocedure |
buildSubprocedure(String name,
byte[] data)
Build
Subprocedure when requested. |
public FlushTableSubprocedureBuilder()
public Subprocedure buildSubprocedure(String name, byte[] data)
SubprocedureFactory
Subprocedure
when requested.buildSubprocedure
in interface SubprocedureFactory
name
- name of the procedure associated with this subproceduredata
- arguments passed from the coordinator about the procedureSubprocedure
to run or null if the no operation should be runCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.