public interface PageSet<T> extends Set<T>
Modifier and Type | Method and Description |
---|---|
String |
getNextMarker()
If there is a next marker, then the set is incomplete and you should issue another command to
retrieve the rest, setting the option
marker to this value |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
String getNextMarker()
marker
to this valueCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.