Interface MultiDataIterator
- All Superinterfaces:
DataIterator,Iterator
- All Known Implementing Classes:
ConcurrentMultiDataIterator,SerialMultiDataIterator
A marker interface on top of the data source
DataIterator which
handles multiple data iterators.
Allows to get the underlying iterators. Note, this operation contract should only be called before any iteration has been perfomed on any of the internal iterators.
- Author:
- kimchy
-
Method Summary
Methods inherited from interface com.gigaspaces.datasource.DataIterator
closeMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
iterators
DataIterator[] iterators()Returns the underlying iterators. Note, calling this method should only be performed if no iteration has happened.
-