public class VitamJcloudsPageSetImpl extends LinkedHashSet<VitamStorageMetadata> implements VitamPageSet<VitamStorageMetadata>
| Constructor and Description |
|---|
VitamJcloudsPageSetImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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. |
int |
hashCode() |
static VitamPageSet<VitamStorageMetadata> |
wrap(org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata> pageSet) |
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeremoveAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected String marker
public static VitamPageSet<VitamStorageMetadata> wrap(org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata> pageSet)
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>public int hashCode()
hashCode in interface Collection<VitamStorageMetadata>hashCode in interface Set<VitamStorageMetadata>hashCode in class AbstractSet<VitamStorageMetadata>public boolean equals(Object obj)
equals in interface Collection<VitamStorageMetadata>equals in interface Set<VitamStorageMetadata>equals in class AbstractSet<VitamStorageMetadata>Copyright © 2018 Vitam. All rights reserved.