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

Method getName

extensions/sql/SQLLoader.h:34–36  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32 * @return class name of processor
33 */
34 std::string getName() override {
35 return "SQLFactory";
36 }
37
38 std::string getClassName() override{
39 return "SQLFactory";

Callers 15

onEnableMethod · 0.45
initOutputFormatMethod · 0.45
processOnScheduleMethod · 0.45
processOnScheduleMethod · 0.45
processOnScheduleMethod · 0.45
onScheduleMethod · 0.45
onScheduleMethod · 0.45
onScheduleMethod · 0.45
REQUIRE_NOTHROWFunction · 0.45

Calls

no outgoing calls

Tested by 3

REQUIRE_NOTHROWFunction · 0.36