org.openspaces.persistency.support
Interface MultiDataIterator
- All Superinterfaces:
- DataIterator, Iterator
- All Known Implementing Classes:
- AbstractChunkDataIterator, ConcurrentMultiDataIterator, DefaultChunkListDataIterator, DefaultChunkScrollableDataIterator, HibernateProxyRemoverIterator, SerialMultiDataIterator, StatelessChunkListDataIterator, StatelessChunkScrollableDataIterator
public interface MultiDataIterator
- extends DataIterator
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
iterators
DataIterator[] iterators()
- Returns the underlying iterators. Note, calling this method should only be performed
if no iteration has happened.
Copyright © GigaSpaces.