クラス KeyBoundCursor<T>

java.lang.ObjectSE
org.springframework.data.redis.core.ScanCursor<T>
org.springframework.data.redis.core.KeyBoundCursor<T>
型パラメーター:
T -
実装されたすべてのインターフェース:
CloseableSEAutoCloseableSEIteratorSE<T>Cursor<T>CloseableIterator<T>

public abstract class KeyBoundCursor<T> extends ScanCursor<T>
導入:
1.4
作成者:
Christoph Strobl
  • コンストラクターの詳細

  • メソッドの詳細

    • doScan

      protected ScanIteration<T> doScan(long cursorId, ScanOptions options)
      クラスからコピーされた説明: ScanCursor
      ネイティブクライアントの実装を使用して、実際のスキャンコマンドを実行します。指定されたオプションは決して null ではありません。
      オーバーライド:
      クラス ScanCursor<T>doScan 
      戻り値:
    • doScan

      protected ScanIteration<T> doScan(Cursor.CursorId cursorId, ScanOptions options)
      クラスからコピーされた説明: ScanCursor
      ネイティブクライアントの実装を使用して、実際のスキャンコマンドを実行します。指定されたオプションは決して null ではありません。
      オーバーライド:
      クラス ScanCursor<T>doScan 
      戻り値:
    • doScan

      protected abstract ScanIteration<T> doScan(byte[] key, Cursor.CursorId cursorId, ScanOptions options)
    • getKey

      public byte[] getKey()