Package org.duracloud.client
Class ContentIterator
- java.lang.Object
-
- org.duracloud.client.ContentIterator
-
-
Constructor Summary
Constructors Constructor Description ContentIterator(ContentStore store, String spaceId, String prefix)ContentIterator(ContentStore store, String spaceId, String prefix, long maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Stringnext()voidremove()voidsetMaxRetries(int maxRetries)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ContentIterator
public ContentIterator(ContentStore store, String spaceId, String prefix) throws ContentStoreException
- Throws:
ContentStoreException
-
ContentIterator
public ContentIterator(ContentStore store, String spaceId, String prefix, long maxResults) throws ContentStoreException
- Throws:
ContentStoreException
-
-