Uses of Class
de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
-
Packages that use AbstractRemoteIterator Package Description de.aristaflow.adept2.core.transactionmanager de.aristaflow.adept2.model.common.collection -
-
Uses of AbstractRemoteIterator in de.aristaflow.adept2.core.transactionmanager
Subclasses of AbstractRemoteIterator in de.aristaflow.adept2.core.transactionmanager Modifier and Type Class Description class
ResultSetRemoteIterator<T>
This remote iterator encapsulates a result set. -
Uses of AbstractRemoteIterator in de.aristaflow.adept2.model.common.collection
Subclasses of AbstractRemoteIterator in de.aristaflow.adept2.model.common.collection Modifier and Type Class Description class
AbstractTimeTrackingRemoteIterator<T>
This class extends the basicAbstractRemoteIterator
by the means for alive time tracking of aRemoteIterator
as well asAbstractTimeTrackingRemoteIterator.isSnapshot()
andAbstractTimeTrackingRemoteIterator.isForwardOnly()
.class
CachingRemoteIterator<T>
This iterator implements a cache for the underlying iterator, that is, when iterating viagetNext(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.class
TransformingRemoteIterator<S,T>
This iterator wraps a remote iterator and transforms all objects before returning them using the provided transformator.
-