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

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

public static interface ClusterCommandExecutor.ClusterCommandCallback<T,S>
クラスタクライアントを直接使用する Redis「低レベル」コードのコールバックインターフェース。ClusterCommandExecutor 実行メソッドで使用されます。
導入:
1.7
作成者:
Christoph Strobl
  • メソッドのサマリー

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

    • doInCluster

      S doInCluster(T client)