Package ca.uhn.fhir.jpa.dao
Interface IResultIterator
- All Superinterfaces:
AutoCloseable
,Closeable
,Iterator<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId>
public interface IResultIterator
extends Iterator<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId>, Closeable
-
Method Summary
Modifier and TypeMethodDescriptionCollection<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId>
getNextResultBatch
(long theBatchSize) int
int
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
getSkippedCount
int getSkippedCount() -
getNonSkippedCount
int getNonSkippedCount() -
getNextResultBatch
Collection<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId> getNextResultBatch(long theBatchSize)
-