T - public static class DelegatingCursor.PartialResult<T> extends Object implements Iterable<T>
DelegatingCursor.PartialResult provided by a round trip to SolrClient loading data for an iteration. Also holds the cursor
mark to use next.| Constructor and Description |
|---|
PartialResult(String nextCursorMark,
Collection<T> items) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getItems()
Get items returned from server.
|
String |
getNextCursorMark()
Get the next cursor mark to use.
|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic PartialResult(String nextCursorMark, @Nullable Collection<T> items)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.