public class AmazonS3V1PageSetImpl extends LinkedHashSet<VitamStorageMetadata> implements VitamPageSet<VitamStorageMetadata>
| Constructor and Description |
|---|
AmazonS3V1PageSetImpl() |
| 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(com.amazonaws.services.s3.model.ListObjectsV2Result result)
Create a set of VITAM results from a list of amazon S3 V1 client results
|
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(com.amazonaws.services.s3.model.ListObjectsV2Result result)
result - list of amazon S3 V1 client resultspublic 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 © 2019 Vitam. All rights reserved.