HazelcastMapCacheClient

Description:

An implementation of DistributedMapCacheClient that uses Hazelcast as the backing cache. This service relies on an other controller service, manages the actual Hazelcast calls, set in Hazelcast Cache Manager.

Additional Details...

Tags:

hazelcast, cache, map

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

NameDefault ValueAllowable ValuesDescription
Hazelcast Cache ManagerController Service API:
HazelcastCacheManager
Implementations: EmbeddedHazelcastCacheManager
ExternalHazelcastCacheManager
A Hazelcast Cache Manager which manages connections to Hazelcast and provides cache instances.
Hazelcast Cache NameThe name of a given cache. A Hazelcast cluster may handle multiple independent caches, each identified by a name. Clients using caches with the same name are working on the same data structure within Hazelcast.
Supports Expression Language: true (will be evaluated using variable registry only)
Hazelcast Entry Lifetime0 secsIndicates how long the written entries should exist in Hazelcast. Setting it to '0 secs' means that the datawill exists until its deletion or until the Hazelcast server is shut down.

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.