| Interface | Description |
|---|---|
| ClientResources |
Strategy interface to provide all the infrastructure building blocks like environment settings and thread pools so that the
client can work with it properly.
|
| ClientResources.Builder |
Builder for
ClientResources. |
| DefaultEventLoopGroupProvider.ThreadFactoryProvider |
Interface to provide a custom
ThreadFactory. |
| Delay.StatefulDelay |
Interface to be implemented by stateful
Delays. |
| DnsResolver |
Users may implement this interface to override the normal DNS lookup offered by the OS.
|
| EventLoopGroupProvider |
Provider for
EventLoopGroups and EventExecutorGroups. |
| NettyCustomizer |
| Class | Description |
|---|---|
| DefaultClientResources |
Default instance of the client resources.
|
| DefaultClientResources.Builder |
Builder for
DefaultClientResources. |
| DefaultEventLoopGroupProvider |
Default implementation which manages one event loop group instance per type.
|
| Delay |
Base class for delays and factory class to create particular instances.
|
| DirContextDnsResolver |
DNS Resolver based on Java's
com.sun.jndi.dns.DnsContextFactory. |
| MappingSocketAddressResolver |
Mapping
SocketAddressResolver that allows mapping of RedisURI host and port components to
redirect connection endpoint coordinates using a mapping function. |
| SocketAddressResolver |
Resolves a
RedisURI to a SocketAddress. |
| Enum | Description |
|---|---|
| DnsResolvers |
Predefined DNS resolvers.
|
Copyright © 2021 lettuce.io. All rights reserved.