Package org.jclouds.glacier.domain
Class PaginatedMultipartUploadCollection
java.lang.Object
com.google.common.collect.FluentIterable<MultipartUploadMetadata>
org.jclouds.collect.IterableWithMarker<MultipartUploadMetadata>
org.jclouds.glacier.domain.PaginatedMultipartUploadCollection
- All Implemented Interfaces:
Iterable<MultipartUploadMetadata>
Paginated collection used to store multipart upload lists.
-
Constructor Summary
ConstructorsConstructorDescriptionPaginatedMultipartUploadCollection
(Iterable<MultipartUploadMetadata> uploads, String marker) -
Method Summary
Methods inherited from class com.google.common.collect.FluentIterable
allMatch, anyMatch, append, append, concat, concat, concat, concat, concat, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, from, get, index, isEmpty, join, last, limit, of, of, size, skip, stream, toArray, toList, toMap, toMultiset, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PaginatedMultipartUploadCollection
@ConstructorProperties({"UploadsList","Marker"}) public PaginatedMultipartUploadCollection(Iterable<MultipartUploadMetadata> uploads, @Nullable String marker)
-
-
Method Details
-
iterator
-
nextMarker
Description copied from class:IterableWithMarker
If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the optionmarker
to this value- Specified by:
nextMarker
in classIterableWithMarker<MultipartUploadMetadata>
- Returns:
- next marker, or absent if list is complete
-
nextPaginationOptions
-