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. |
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-2016 The Apache Software Foundation. All Rights Reserved.