| Class | Description |
|---|---|
| CacheClientChannelInitializer |
Bootstrap a new netty connection.
|
| CacheClientChannelPoolFactory |
Factory for construction of new
ChannelPool, used by distributed cache clients to invoke service
methods. |
| CacheClientHandshakeHandler |
The
ChannelHandler responsible for performing the client handshake with the
distributed cache server. |
| CacheClientRequestHandler |
The
ChannelHandler responsible for sending client requests and receiving server responses
in the context of a distributed cache server. |
| CacheClientSerde |
Utility class to abstract serialization logic from network byte stream operations.
|
| DistributedCacheClient |
Encapsulate operations which may be performed using a
DistributedSetCacheClientService or a
DistributedMapCacheClientService. |
| DistributedMapCacheClientService | |
| DistributedSetCacheClientService | |
| NettyDistributedMapCacheClient |
The implementation of the
DistributedMapCacheClient using the netty library to provide the remote
communication services. |
| NettyDistributedSetCacheClient |
The implementation of the
DistributedCacheClient using the netty library to provide the remote
communication services. |
Copyright © 2022 Apache NiFi Project. All rights reserved.