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

Method get

python/minifi/__init__.py:74–79  ·  view source on GitHub ↗
(self, session, context)

Source from the content-addressed store, hash-verified

72 self._proc = proc
73
74 def get(self, session, context):
75 ff = self._minifi.get(session, context)
76 if ff:
77 return FlowFile(self._minifi, ff)
78 else:
79 return None
80
81 def transfer(self, session, ff, rel):
82 return self._minifi.transfer_to_relationship(ff.get_instance(), session, rel.encode("UTF-8")) == 0

Callers 1

onTriggerMethod · 0.45

Calls 1

FlowFileClass · 0.70

Tested by

no test coverage detected