| Package | Description |
|---|---|
| org.apache.nifi.distributed.cache.client | |
| org.apache.nifi.distributed.cache.client.adapter |
| Modifier and Type | Field and Description |
|---|---|
private InboundAdapter |
CacheClientRequestHandler.inboundAdapter
The object used to buffer and interpret the service response byte stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheClientRequestHandler.invoke(io.netty.channel.Channel channel,
OutboundAdapter outboundAdapter,
InboundAdapter inboundAdapter)
Perform a synchronous method call to the server.
|
protected void |
DistributedCacheClient.invoke(OutboundAdapter outboundAdapter,
InboundAdapter inboundAdapter)
Call a service method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicCacheEntryInboundAdapter<K,V>
Implementation of
InboundAdapter where the service response payload is expected to be
an AtomicCacheEntry, allowing for synchronized access to a given service cache entry. |
class |
BooleanInboundAdapter
Implementation of
InboundAdapter where the service response payload is expected to be a Boolean. |
class |
LongInboundAdapter
Implementation of
InboundAdapter where the service response payload is expected to be a Long. |
class |
MapInboundAdapter<K,V>
Implementation of
InboundAdapter where the service response payload is expected to be
a map of keys of type K to values of type V. |
class |
MapValuesInboundAdapter<K,V>
Implementation of
InboundAdapter where the service response payload is expected to be
a collection of values of type V. |
class |
NullInboundAdapter
Implementation of
InboundAdapter where no service data is expected. |
class |
SetInboundAdapter<T>
Implementation of
InboundAdapter where the service response payload is expected to be
a set of objects of type T. |
class |
ValueInboundAdapter<T>
Implementation of
InboundAdapter where the service response payload is expected to be
an object of type T. |
class |
VoidInboundAdapter
Implementation of
InboundAdapter where no service response payload is expected. |
Copyright © 2022 Apache NiFi Project. All rights reserved.