@InterfaceAudience.Private
public interface SubprocedureFactory
ProcedureMember's Subprocedures.| Modifier and Type | Method and Description | 
|---|---|
Subprocedure | 
buildSubprocedure(String procName,
                 byte[] procArgs)
Build  
Subprocedure when requested. | 
Subprocedure buildSubprocedure(String procName, byte[] procArgs)
Subprocedure when requested.procName - name of the procedure associated with this subprocedureprocArgs - arguments passed from the coordinator about the procedureSubprocedure to run or null if the no operation should be runIllegalArgumentException - if the operation could not be run because of errors in the
           requestIllegalStateException - if the current runner cannot accept any more new requestsCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.