MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getName

Method getName

extensions/script/pythonloader/PyProcLoader.h:36–38  ·  view source on GitHub ↗

* Gets the name of the object. * @return class name of processor */

Source from the content-addressed store, hash-verified

34 * @return class name of processor
35 */
36 virtual std::string getName() {
37 return "PyProcFactory";
38 }
39
40 virtual std::string getClassName() {
41 return "PyProcFactory";

Callers 5

onScheduleMethod · 0.45
configureMethod · 0.45
initializeMethod · 0.45
loadScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected