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

Method getUUID

libminifi/include/core/ProcessorNode.h:255–257  ·  view source on GitHub ↗

* Returns the UUID through the provided object. * @param uuid uuid struct to which we will copy the memory * @return success of request */

Source from the content-addressed store, hash-verified

253 * @return success of request
254 */
255 utils::Identifier getUUID() const {
256 return processor_->getUUID();
257 }
258
259 /**
260 * Return the UUID string

Callers 9

getComponentUUIDMethod · 0.45
addParentFlowFileMethod · 0.45
removeParentFlowFileMethod · 0.45
addChildFlowFileMethod · 0.45
removeChildFlowFileMethod · 0.45
fromFlowFileMethod · 0.45
getControllerServiceMethod · 0.45
getComponentUUIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected