Uses of Package
io.lettuce.core.resource
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api |
Standalone Redis connection API.
|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.topology |
Support for cluster topology refresh.
|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
-
Classes in io.lettuce.core.resource used by io.lettuce.core Class 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. -
Classes in io.lettuce.core.resource used by io.lettuce.core.api Class 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. -
Classes in io.lettuce.core.resource used by io.lettuce.core.cluster Class 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. -
Classes in io.lettuce.core.resource used by io.lettuce.core.cluster.topology Class 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. -
Classes in io.lettuce.core.resource used by io.lettuce.core.protocol Class 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.Delay Base class for delays and factory class to create particular instances. -
Classes in io.lettuce.core.resource used by io.lettuce.core.pubsub Class 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. -
Classes in io.lettuce.core.resource used by io.lettuce.core.resource Class 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 forClientResources.DefaultClientResources Default instance of the client resources.DefaultClientResources.Builder Builder forDefaultClientResources.DefaultEventLoopGroupProvider.ThreadFactoryProvider Interface to provide a customThreadFactory.Delay Base class for delays and factory class to create particular instances.DnsResolver Users may implement this interface to override the normal DNS lookup offered by the OS.DnsResolvers Predefined DNS resolvers.EventLoopGroupProvider Provider forEventLoopGroups and EventExecutorGroups.EventLoopResources Interface to encapsulate EventLoopGroup resources.MappingSocketAddressResolver MappingSocketAddressResolverthat allows mapping ofRedisURIhost and port components to redirect connection endpoint coordinates using amapping function.NettyCustomizer SocketAddressResolver Resolves aRedisURIto aSocketAddress.ThreadFactoryProvider Interface to provide a customThreadFactory.