org.jclouds.blobstore.domain
Interface PageSet<T>

All Superinterfaces:
Collection<T>, Iterable<T>, Set<T>
All Known Implementing Classes:
PageSetImpl

public interface PageSet<T>
extends Set<T>

Author:
Adrian Cole

Method Summary
 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
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getNextMarker

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

Returns:
next marker, or null if list is complete


Copyright © 2009-2011 jclouds. All Rights Reserved.