Uses of Class
de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator
-
Packages that use AbstractTimeTrackingRemoteIterator Package Description de.aristaflow.adept2.core.transactionmanager de.aristaflow.adept2.model.common.collection -
-
Uses of AbstractTimeTrackingRemoteIterator in de.aristaflow.adept2.core.transactionmanager
Subclasses of AbstractTimeTrackingRemoteIterator in de.aristaflow.adept2.core.transactionmanager Modifier and Type Class Description class
ResultSetRemoteIterator<T>
This remote iterator encapsulates a result set. -
Uses of AbstractTimeTrackingRemoteIterator in de.aristaflow.adept2.model.common.collection
Subclasses of AbstractTimeTrackingRemoteIterator in de.aristaflow.adept2.model.common.collection Modifier and Type Class Description class
CachingRemoteIterator<T>
This iterator implements a cache for the underlying iterator, that is, when iterating viaAbstractRemoteIterator.getNext(int)
, all retrieved elements will be cached.class
EmptyRemoteIterator<T>
This class implements a remote iterator for empty results.class
MemoryBasedCopyingRemoteIterator<T>
A remote iterator based on a list of elements that are completely in memory.
-