クラスの使用
org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
ClusterCommandExecutor.NodeResult を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ClusterCommandExecutor.NodeResult 使用
修飾子と型メソッド説明ClusterCommandExecutor.executeCommandOnArbitraryNode
(ClusterCommandExecutor.ClusterCommandCallback<?, T> commandCallback) ランダムノードでClusterCommandExecutor.ClusterCommandCallback
を実行します。<S,
T> ClusterCommandExecutor.NodeResult<T> ClusterCommandExecutor.executeCommandOnSingleNode
(ClusterCommandExecutor.ClusterCommandCallback<S, T> commandCallback, RedisClusterNode node) 指定されたRedisClusterNode
でClusterCommandExecutor.ClusterCommandCallback
を実行します。型 ClusterCommandExecutor.NodeResult の引数を持つ型を返す org.springframework.data.redis.connection のメソッド