Uses of Interface
io.lettuce.core.protocol.Endpoint
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of Endpoint in io.lettuce.core
Methods in io.lettuce.core that return Endpoint Modifier and Type Method Description EndpointConnectionBuilder. endpoint()Methods in io.lettuce.core with parameters of type Endpoint Modifier and Type Method Description ConnectionBuilderConnectionBuilder. endpoint(Endpoint endpoint) -
Uses of Endpoint in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement Endpoint Modifier and Type Class Description classPubSubClusterEndpoint<K,V> -
Uses of Endpoint in io.lettuce.core.protocol
Classes in io.lettuce.core.protocol that implement Endpoint Modifier and Type Class Description classDefaultEndpointDefaultEndpointimplementation.Methods in io.lettuce.core.protocol that return Endpoint Modifier and Type Method Description EndpointCommandHandler. getEndpoint()Constructors in io.lettuce.core.protocol with parameters of type Endpoint Constructor Description CommandHandler(ClientOptions clientOptions, ClientResources clientResources, Endpoint endpoint)Initialize a new instance that handles commands from the supplied queue.ConnectionWatchdog(Delay reconnectDelay, ClientOptions clientOptions, Bootstrap bootstrap, Timer timer, EventExecutorGroup reconnectWorkers, Mono<SocketAddress> socketAddressSupplier, ReconnectionListener reconnectionListener, ConnectionFacade connectionFacade, EventBus eventBus, Endpoint endpoint)Create a new watchdog that adds to new connections to the suppliedChannelGroupand establishes a newChannelwhen disconnected, while reconnect is true. -
Uses of Endpoint in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement Endpoint Modifier and Type Class Description classPubSubEndpoint<K,V>