public class HashPageSet extends LinkedHashSet<HashJcloudsStorageMetadata> implements VitamPageSet<HashJcloudsStorageMetadata>
Constructor and Description |
---|
HashPageSet() |
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() |
void |
setNextMarker(String marker)
Set the NextMarker in the 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 void setNextMarker(String marker)
marker
- public String getNextMarker()
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<HashJcloudsStorageMetadata>
public boolean equals(Object obj)
equals
in interface Collection<HashJcloudsStorageMetadata>
equals
in interface Set<HashJcloudsStorageMetadata>
equals
in class AbstractSet<HashJcloudsStorageMetadata>
public int hashCode()
hashCode
in interface Collection<HashJcloudsStorageMetadata>
hashCode
in interface Set<HashJcloudsStorageMetadata>
hashCode
in class AbstractSet<HashJcloudsStorageMetadata>
Copyright © 2018 Vitam. All rights reserved.