Skip to main content

MapCacheClientService

Description

Provides the ability to communicate with a MapCacheServer. This can be used in order to share a Map between nodes in a NiFi cluster

Tags

cache, cluster, distributed, map, state

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Server Hostname *Server HostnameThe name of the server that is running the DistributedMapCacheServer service
Server Port *Server Port4557The port on the remote server that is to be used when communicating with the DistributedMapCacheServer service
SSL Context ServiceSSL Context ServiceController Service:
SSLContextService

Implementations:
StandardRestrictedSSLContextService
StandardSSLContextService
If specified, indicates the SSL Context Service that is used to communicate with the remote server. If not specified, communications will not be encrypted
Communications Timeout *Communications Timeout30 secsSpecifies how long to wait when communicating with the remote server before determining that there is a communications failure if data cannot be sent or received

State Management

This component does not store state.

Restricted

This component is not restricted.

System Resource Considerations

This component does not specify system resource considerations.

See Also

MapCacheServer