Package org.nuxeo.ecm.core.api.scroll
Interface Scroll
- All Superinterfaces:
AutoCloseable
,Iterator<List<String>>
- All Known Implementing Classes:
AbstractBlobScroll
,AzureBlobScroll
,ElasticSearchScroll
,EmptyScroll
,GoogleStorageBlobScroll
,GridFSBlobScroll
,InMemoryBlobScroll
,LocalBlobScroll
,RepositoryBlobScroll
,RepositoryScroll
,S3BlobScroll
,StaticScroll
Execute the scroll on large result set.
- Since:
- 11.1
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
init
Initialization of the iterator. -
close
void close()- Specified by:
close
in interfaceAutoCloseable
-