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

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

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

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

    • doInCluster

      S doInCluster(T client, byte[] key)