クラスの使用
org.springframework.data.redis.connection.ClusterCommandExecutor.MultiNodeResult
ClusterCommandExecutor.MultiNodeResult を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ClusterCommandExecutor.MultiNodeResult 使用
修飾子と型メソッド説明<S,T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandAsyncOnNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T> commandCallback, IterableSE<RedisClusterNode> nodes) <S,T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandOnAllNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T> commandCallback) 到達可能なすべてのマスターノードでClusterCommandExecutor.ClusterCommandCallbackを実行します。<S,T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeMultiKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T> commandCallback, IterableSE<byte[]> keys) 1 つ以上のキーを提供するノードのキュレートされたセットでClusterCommandExecutor.MultiKeyClusterCommandCallbackを実行します。