PutDistributedMapCache 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Gets the content of a FlowFile and puts it to a distributed map cache, using a cache key computed from FlowFile attributes. If the cache already contains the entry and the cache update strategy is 'keep original' the entry is not replaced.'
Tags
cache, distributed, map, put
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure Any FlowFile that cannot be inserted into the cache will be routed to this relationship
success Any FlowFile that is successfully inserted into cache will be routed to this relationship
Writes Attributes
Name Description
cached All FlowFiles will have an attribute 'cached'. The value of this attribute is true, is the FlowFile is cached, otherwise false.
See Also