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 value. Some providers like Azure
have opaque markers so portable code should not rely on the actual values.Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.