Uses of Class
org.springframework.data.redis.core.Cursor.CursorId
Packages that use Cursor.CursorId
-
Uses of Cursor.CursorId in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return Cursor.CursorIdModifier and TypeMethodDescriptionConvertingCursor.getId()Cursor.getId()Returns the reference cursor.ScanCursor.getId()ScanIteration.getId()The cursor id to be used for subsequent requests.static Cursor.CursorIdCursor.CursorId.initial()Creates a new initialCursor.CursorId.static Cursor.CursorIdCursor.CursorId.of(long cursorId) Creates aCursor.CursorIdfrom the givencursorId.static Cursor.CursorIdCreates aCursor.CursorIdfrom the givencursorId.Methods in org.springframework.data.redis.core with parameters of type Cursor.CursorIdModifier and TypeMethodDescriptionprotected voidScanCursor.doOpen(Cursor.CursorId cursorId) Customization hook when callingScanCursor.open().protected abstract ScanIteration<T>KeyBoundCursor.doScan(byte[] key, Cursor.CursorId cursorId, ScanOptions options) protected ScanIteration<T>KeyBoundCursor.doScan(Cursor.CursorId cursorId, ScanOptions options) protected ScanIteration<T>ScanCursor.doScan(Cursor.CursorId cursorId, ScanOptions options) Performs the actual scan command using the native client implementation.protected booleanScanCursor.isFinished(Cursor.CursorId cursorId) Check whethercursorIdis finished.Constructors in org.springframework.data.redis.core with parameters of type Cursor.CursorIdModifierConstructorDescriptionKeyBoundCursor(byte[] key, Cursor.CursorId cursorId, ScanOptions options) Crates newScanCursorScanCursor(Cursor.CursorId cursorId) Crates newScanCursorwithScanOptions.NONEScanCursor(Cursor.CursorId cursorId, ScanOptions options) Crates newScanCursorScanIteration(Cursor.CursorId cursorId, Collection<T> items)