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

Method GetFile

extensions/standard-processors/processors/GetFile.h:114–119  ·  view source on GitHub ↗

Constructor ! * Create a new processor */

Source from the content-addressed store, hash-verified

112 * Create a new processor
113 */
114 explicit GetFile(const std::string& name, const utils::Identifier& uuid = {})
115 : Processor(name, uuid),
116 metrics_(std::make_shared<GetFileMetrics>()),
117 last_listing_time_(0),
118 logger_(logging::LoggerFactory<GetFile>::getLogger()) {
119 }
120 // Destructor
121 ~GetFile() override = default;
122

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected