public class OpenstackPageSetImpl extends LinkedHashSet<VitamStorageMetadata> implements VitamPageSet<VitamStorageMetadata>
| Constructor and Description |
|---|
OpenstackPageSetImpl() |
| 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. |
static VitamPageSet<VitamStorageMetadata> |
wrap(List<? extends org.openstack4j.model.storage.object.SwiftObject> list) |
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected String marker
public static VitamPageSet<VitamStorageMetadata> wrap(List<? extends org.openstack4j.model.storage.object.SwiftObject> list)
public String getNextMarker()
VitamPageSetmarker to this value. Some providers like Azure
have opaque markers so portable code should not rely on the actual values.getNextMarker in interface VitamPageSet<VitamStorageMetadata>Copyright © 2018 Vitam. All rights reserved.