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 classResultSetRemoteIterator<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 classCachingRemoteIterator<T>This iterator implements a cache for the underlying iterator, that is, when iterating viaAbstractRemoteIterator.getNext(int), all retrieved elements will be cached.classEmptyRemoteIterator<T>This class implements a remote iterator for empty results.classMemoryBasedCopyingRemoteIterator<T>A remote iterator based on a list of elements that are completely in memory.
-