public class ScanIteration<T> extends Object implements Iterable<T>
ScanIteration holds the values contained in Redis Multibulk reply on exectuting SCAN
command.| Constructor and Description |
|---|
ScanIteration(long cursorId,
Collection<T> items) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCursorId()
The cursor id to be used for subsequent requests.
|
Collection<T> |
getItems()
Get the items returned.
|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ScanIteration(long cursorId,
@Nullable
Collection<T> items)
cursorId - items - Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.