Uses of Interface
org.springframework.data.redis.connection.ClusterCommandExecutor.ClusterCommandCallback
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of ClusterCommandExecutor.ClusterCommandCallback in org.springframework.data.redis.connection
Modifier and TypeMethodDescription<S,
T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandAsyncOnNodes
(ClusterCommandExecutor.ClusterCommandCallback<S, T> callback, Iterable<RedisClusterNode> nodes) <S,
T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandOnAllNodes
(ClusterCommandExecutor.ClusterCommandCallback<S, T> cmd) RunClusterCommandExecutor.ClusterCommandCallback
on all reachable master nodes.ClusterCommandExecutor.executeCommandOnArbitraryNode
(ClusterCommandExecutor.ClusterCommandCallback<?, T> cmd) RunClusterCommandExecutor.ClusterCommandCallback
on a random node.<S,
T> ClusterCommandExecutor.NodeResult<T> ClusterCommandExecutor.executeCommandOnSingleNode
(ClusterCommandExecutor.ClusterCommandCallback<S, T> cmd, RedisClusterNode node) -
Uses of ClusterCommandExecutor.ClusterCommandCallback in org.springframework.data.redis.connection.jedis
Modifier and TypeInterfaceDescriptionprotected static interface
Jedis
specificClusterCommandExecutor.ClusterCommandCallback
. -
Uses of ClusterCommandExecutor.ClusterCommandCallback in org.springframework.data.redis.connection.lettuce
Modifier and TypeInterfaceDescriptionprotected static interface
Lettuce specific implementation ofClusterCommandExecutor.ClusterCommandCallback
.