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) |
spliterator
add, clear, clone, contains, isEmpty, iterator, remove, size
removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected String marker
public static VitamPageSet<VitamStorageMetadata> wrap(org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata> pageSet)
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>
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.