Uses of Interface
io.quarkus.redis.datasource.topk.ReactiveTopKCommands
Packages that use ReactiveTopKCommands
-
Uses of ReactiveTopKCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveTopKCommandsModifier and TypeMethodDescription<K,
V> ReactiveTopKCommands<K, V> ReactiveRedisDataSource.topk
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Top-K list.default <V> ReactiveTopKCommands<String,
V> ReactiveRedisDataSource.topk
(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Top-K list.<K,
V> ReactiveTopKCommands<K, V> Gets the object to manipulate Top-K list.default <V> ReactiveTopKCommands<String,
V> Gets the object to manipulate Top-K list. -
Uses of ReactiveTopKCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveTopKCommandsMethods in io.quarkus.redis.runtime.datasource that return ReactiveTopKCommandsModifier and TypeMethodDescription<K,
V> ReactiveTopKCommands<K, V> ReactiveRedisDataSourceImpl.topk
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,
V> ReactiveTopKCommands<K, V> Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveTopKCommandsModifierConstructorDescriptionBlockingTopKCommandsImpl
(RedisDataSource ds, ReactiveTopKCommands<K, V> reactive, Duration timeout)