インターフェースの使用
org.springframework.data.redis.connection.ClusterCommandExecutor.ClusterCommandCallback
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
org.springframework.data.redis.connection 内の ClusterCommandExecutor.ClusterCommandCallback 使用
型 ClusterCommandExecutor.ClusterCommandCallback のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明<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を実行します。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を実行します。org.springframework.data.redis.connection.jedis 内の ClusterCommandExecutor.ClusterCommandCallback 使用
org.springframework.data.redis.connection.jedis 内の ClusterCommandExecutor.ClusterCommandCallback サブインターフェース修飾子と型インターフェース説明protected static interfaceorg.springframework.data.redis.connection.lettuce 内の ClusterCommandExecutor.ClusterCommandCallback 使用
org.springframework.data.redis.connection.lettuce 内の ClusterCommandExecutor.ClusterCommandCallback サブインターフェース修飾子と型インターフェース説明protected static interfaceClusterCommandExecutor.ClusterCommandCallbackの Lettuce 固有の実装。