| Package | Description |
|---|---|
| org.apache.nifi.distributed.cache.client | |
| org.apache.nifi.distributed.cache.client.adapter |
| Class and Description |
|---|
| AtomicCacheEntryInboundAdapter
Implementation of
InboundAdapter where the service response payload is expected to be
an AtomicCacheEntry, allowing for synchronized access to a given service cache entry. |
| InboundAdapter
Interface to read service responses from a
Channel. |
| MapInboundAdapter
Implementation of
InboundAdapter where the service response payload is expected to be
a map of keys of type K to values of type V. |
| MapValuesInboundAdapter
Implementation of
InboundAdapter where the service response payload is expected to be
a collection of values of type V. |
| OutboundAdapter
Interface to write service request payloads to a
Channel. |
| SetInboundAdapter
Implementation of
InboundAdapter where the service response payload is expected to be
a set of objects of type T. |
| ValueInboundAdapter
Implementation of
InboundAdapter where the service response payload is expected to be
an object of type T. |
| Class and Description |
|---|
| InboundAdapter
Interface to read service responses from a
Channel. |
| InboundToken
Tracker for receipt of incoming tokens from an InputStream.
|
| OutboundAdapter
Interface to write service request payloads to a
Channel. |
Copyright © 2022 Apache NiFi Project. All rights reserved.