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.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Hazelcast Cache Managerhazelcast-cache-managerController Service API:
HazelcastCacheManager
Implementations: ExternalHazelcastCacheManager
EmbeddedHazelcastCacheManager
A Hazelcast Cache Manager which manages connections to Hazelcast and provides cache instances.
Hazelcast Cache Namehazelcast-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 Lifetimehazelcast-entry-ttl5 minIndicates 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. Using `EmbeddedHazelcastCacheManager` ascache manager will not provide policies to limit the size of the cache.

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.