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) |
spliterator
add, clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected String marker
public static VitamPageSet<VitamStorageMetadata> wrap(List<? extends org.openstack4j.model.storage.object.SwiftObject> list)
public String getNextMarker()
VitamPageSet
marker
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.