Package de.aristaflow.ilm.model.common.collection
-
Class Summary Class Description AbstractIteratorHandler<T,I,N> This class handles provides the basic means for handling iterators.InitialRemoteIteratorData<T> IteratorWrapper<T> A wrapper for an iterator and also a runnable for removing the iterator from anAbstractIteratorHandler
.RemoteIteratorData<T> When referring to this class from the web service API, make sure that only the iterator data relevant for one specific service is created.RemoteIteratorHandler<T,I extends InitialRemoteIteratorData<T>,N extends RemoteIteratorData<T>> This class handles remote iterators by assigning IDs to them and mapping these IDs to the respective handler.