| Package | Description |
|---|---|
| org.apache.nifi.distributed.cache.client | |
| org.apache.nifi.distributed.cache.client.adapter |
| 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 | Method and Description |
|---|---|
OutboundAdapter |
OutboundAdapter.minimumVersion(int minimumVersion) |
OutboundAdapter |
OutboundAdapter.write(byte[] value)
Write bytes to the service request payload.
|
OutboundAdapter |
OutboundAdapter.write(Collection<byte[]> values)
Write bytes to the service request payload.
|
OutboundAdapter |
OutboundAdapter.write(int value)
Write an integer to the service request payload.
|
OutboundAdapter |
OutboundAdapter.write(long value)
Write a long to the service request payload.
|
OutboundAdapter |
OutboundAdapter.write(String value)
Write a string to the service request payload.
|
<T> OutboundAdapter |
OutboundAdapter.write(T value,
Serializer<T> serializer)
Write an arbitrary value to the service request payload, using the provided serializer.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.