インターフェース ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S>

型パラメーター:
T - ネイティブドライバー接続
S -
既知のすべてのサブインターフェース:
JedisClusterConnection.JedisMultiKeyClusterCommandCallback<T>, LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T>
含まれているクラス:
ClusterCommandExecutor

public static interface ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S>
クラスタクライアントを使用してマルチキーコマンドを実行する Redis「低レベル」コードのコールバックインターフェース。
導入:
1.7
作成者:
Christoph Strobl
  • 方法の概要

    修飾子と型
    メソッド
    説明
    doInCluster(T client, byte[] key)
  • メソッドの詳細

    • doInCluster

      S doInCluster(T client, byte[] key)