Uses of Interface
io.lettuce.core.RedisChannelWriter
| 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.cluster.api |
Redis Cluster connection API.
|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
-
Uses of RedisChannelWriter in io.lettuce.core
Classes in io.lettuce.core that implement RedisChannelWriter Modifier and Type Class Description classCommandListenerWriterWriter for command listeners.Methods in io.lettuce.core that return RedisChannelWriter Modifier and Type Method Description RedisChannelWriterRedisChannelHandler. getChannelWriter()RedisChannelWriterCommandListenerWriter. getDelegate()Methods in io.lettuce.core with parameters of type RedisChannelWriter Modifier and Type Method Description protected <K, V> StatefulRedisConnectionImpl<K,V>RedisClient. newStatefulRedisConnection(RedisChannelWriter channelWriter, PushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisConnectionImplor a subclass.protected <K, V> StatefulRedisPubSubConnectionImpl<K,V>RedisClient. newStatefulRedisPubSubConnection(PubSubEndpoint<K,V> endpoint, RedisChannelWriter channelWriter, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisPubSubConnectionImplor a subclass.protected <K, V> StatefulRedisSentinelConnectionImpl<K,V>RedisClient. newStatefulRedisSentinelConnection(RedisChannelWriter channelWriter, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisSentinelConnectionImplor a subclass.Constructors in io.lettuce.core with parameters of type RedisChannelWriter Constructor Description CommandListenerWriter(RedisChannelWriter delegate, List<CommandListener> listeners)RedisChannelHandler(RedisChannelWriter writer, Duration timeout)StatefulRedisConnectionImpl(RedisChannelWriter writer, PushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Initialize a new connection. -
Uses of RedisChannelWriter in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement RedisChannelWriter Modifier and Type Class Description classPubSubClusterEndpoint<K,V>Methods in io.lettuce.core.cluster with parameters of type RedisChannelWriter Modifier and Type Method Description protected <V, K> StatefulRedisClusterConnectionImpl<K,V>RedisClusterClient. newStatefulRedisClusterConnection(RedisChannelWriter channelWriter, ClusterPushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisClusterConnectionImplor a subclass.protected <K, V> StatefulRedisConnectionImpl<K,V>RedisClusterClient. newStatefulRedisConnection(RedisChannelWriter channelWriter, PushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisConnectionImplor a subclass.Constructors in io.lettuce.core.cluster with parameters of type RedisChannelWriter Constructor Description StatefulRedisClusterConnectionImpl(RedisChannelWriter writer, ClusterPushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Initialize a new connection. -
Uses of RedisChannelWriter in io.lettuce.core.cluster.api
Methods in io.lettuce.core.cluster.api that return RedisChannelWriter Modifier and Type Method Description RedisChannelWriterStatefulRedisClusterConnection. getChannelWriter() -
Uses of RedisChannelWriter in io.lettuce.core.protocol
Classes in io.lettuce.core.protocol that implement RedisChannelWriter Modifier and Type Class Description classCommandExpiryWriterExtension toRedisChannelWriterthat expires commands.classDefaultEndpointDefaultEndpointimplementation.Constructors in io.lettuce.core.protocol with parameters of type RedisChannelWriter Constructor Description CommandExpiryWriter(RedisChannelWriter writer, ClientOptions clientOptions, ClientResources clientResources)Create a newCommandExpiryWriter. -
Uses of RedisChannelWriter in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement RedisChannelWriter Modifier and Type Class Description classPubSubEndpoint<K,V>Constructors in io.lettuce.core.pubsub with parameters of type RedisChannelWriter Constructor Description StatefulRedisPubSubConnectionImpl(PubSubEndpoint<K,V> endpoint, RedisChannelWriter writer, RedisCodec<K,V> codec, Duration timeout)Initialize a new connection. -
Uses of RedisChannelWriter in io.lettuce.core.sentinel
Constructors in io.lettuce.core.sentinel with parameters of type RedisChannelWriter Constructor Description StatefulRedisSentinelConnectionImpl(RedisChannelWriter writer, RedisCodec<K,V> codec, Duration timeout)