Uses of Interface
io.lettuce.core.internal.AsyncCloseable
| 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.api |
Redis Cluster connection API.
|
| io.lettuce.core.cluster.pubsub |
Redis Cluster Pub/Sub support.
|
| io.lettuce.core.internal |
Contains internal API.
|
| io.lettuce.core.masterreplica |
Client support for Redis Master/Replica setups.
|
| io.lettuce.core.masterslave |
Client support for Redis Master/Slave setups.
|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
| io.lettuce.core.sentinel.api |
Redis Sentinel connection API.
|
| io.lettuce.core.support |
Supportive classes such as
RedisClientCdiBean for CDI support, connection pooling, and
client-side caching. |
-
Uses of AsyncCloseable in io.lettuce.core
Subinterfaces of AsyncCloseable in io.lettuce.core Modifier and Type Interface Description interfaceRedisChannelWriterWriter for a channel.Classes in io.lettuce.core that implement AsyncCloseable Modifier and Type Class Description classCommandListenerWriterWriter for command listeners.classStatefulRedisConnectionImpl<K,V>A thread-safe connection to a Redis server. -
Uses of AsyncCloseable in io.lettuce.core.api
Subinterfaces of AsyncCloseable in io.lettuce.core.api Modifier and Type Interface Description interfaceStatefulConnection<K,V>A stateful connection providing command dispatching, timeouts and open/close methods.interfaceStatefulRedisConnection<K,V>A thread-safe connection to a redis server. -
Uses of AsyncCloseable in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement AsyncCloseable Modifier and Type Class Description classPubSubClusterEndpoint<K,V>classStatefulRedisClusterConnectionImpl<K,V>A thread-safe connection to a Redis Cluster. -
Uses of AsyncCloseable in io.lettuce.core.cluster.api
Subinterfaces of AsyncCloseable in io.lettuce.core.cluster.api Modifier and Type Interface Description interfaceStatefulRedisClusterConnection<K,V>A stateful cluster connection. -
Uses of AsyncCloseable in io.lettuce.core.cluster.pubsub
Subinterfaces of AsyncCloseable in io.lettuce.core.cluster.pubsub Modifier and Type Interface Description interfaceStatefulRedisClusterPubSubConnection<K,V>A stateful Pub/Sub connection for Redis Cluster use. -
Uses of AsyncCloseable in io.lettuce.core.internal
Classes in io.lettuce.core.internal with type parameters of type AsyncCloseable Modifier and Type Class Description classAsyncConnectionProvider<K,T extends AsyncCloseable,F extends CompletionStage<T>>Non-blocking provider for connection objects. -
Uses of AsyncCloseable in io.lettuce.core.masterreplica
Subinterfaces of AsyncCloseable in io.lettuce.core.masterreplica Modifier and Type Interface Description interfaceStatefulRedisMasterReplicaConnection<K,V>Redis Master-Replica connection. -
Uses of AsyncCloseable in io.lettuce.core.masterslave
Subinterfaces of AsyncCloseable in io.lettuce.core.masterslave Modifier and Type Interface Description interfaceStatefulRedisMasterSlaveConnection<K,V>Deprecated. -
Uses of AsyncCloseable in io.lettuce.core.protocol
Classes in io.lettuce.core.protocol that implement AsyncCloseable Modifier and Type Class Description classCommandExpiryWriterExtension toRedisChannelWriterthat expires commands.classDefaultEndpointDefaultEndpointimplementation. -
Uses of AsyncCloseable in io.lettuce.core.pubsub
Subinterfaces of AsyncCloseable in io.lettuce.core.pubsub Modifier and Type Interface Description interfaceStatefulRedisPubSubConnection<K,V>An asynchronous thread-safe pub/sub connection to a redis server.Classes in io.lettuce.core.pubsub that implement AsyncCloseable Modifier and Type Class Description classPubSubEndpoint<K,V>classStatefulRedisPubSubConnectionImpl<K,V>An thread-safe pub/sub connection to a Redis server. -
Uses of AsyncCloseable in io.lettuce.core.sentinel
Classes in io.lettuce.core.sentinel that implement AsyncCloseable Modifier and Type Class Description classStatefulRedisSentinelConnectionImpl<K,V> -
Uses of AsyncCloseable in io.lettuce.core.sentinel.api
Subinterfaces of AsyncCloseable in io.lettuce.core.sentinel.api Modifier and Type Interface Description interfaceStatefulRedisSentinelConnection<K,V>A thread-safe connection to a redis server. -
Uses of AsyncCloseable in io.lettuce.core.support
Subinterfaces of AsyncCloseable in io.lettuce.core.support Modifier and Type Interface Description interfaceAsyncPool<T>Interface declaring non-blocking object pool methods allowing toAsyncPool.acquire()andAsyncPool.release(Object)objects.Classes in io.lettuce.core.support that implement AsyncCloseable Modifier and Type Class Description classBoundedAsyncPool<T>Bounded asynchronous object pool.
MasterReplicaandStatefulRedisMasterReplicaConnection.