| Package | Description |
|---|---|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventLoopGroupProvider
Default implementation which manages one event loop group instance per type.
|
| Modifier and Type | Method and Description |
|---|---|
EventLoopGroupProvider |
ClientResources.eventLoopGroupProvider()
Returns the
EventLoopGroupProvider that provides access to the particular event loop groups. lettuce requires at least two implementations: NioEventLoopGroup for
TCP/IP connections and EpollEventLoopGroup for unix domain socket connections (epoll). |
EventLoopGroupProvider |
DefaultClientResources.eventLoopGroupProvider() |
| Modifier and Type | Method and Description |
|---|---|
ClientResources.Builder |
ClientResources.Builder.eventLoopGroupProvider(EventLoopGroupProvider eventLoopGroupProvider)
Sets a shared
event executor provider that can be used across different instances of
RedisClient and RedisClusterClient. |
DefaultClientResources.Builder |
DefaultClientResources.Builder.eventLoopGroupProvider(EventLoopGroupProvider eventLoopGroupProvider)
Sets a shared
event executor provider that can be used across different instances of
RedisClient and RedisClusterClient. |
Copyright © 2019 lettuce.io. All rights reserved.