Class SqliteStorageLayer.RDBMSRedoLogIterator
java.lang.Object
com.gigaspaces.internal.server.space.redolog.storage.SqliteStorageLayer.RDBMSRedoLogIterator
- All Implemented Interfaces:
StorageReadOnlyIterator<T>,ReadOnlyIterator<T>
- Enclosing class:
- SqliteStorageLayer<T extends IReplicationOrderedPacket>
protected class SqliteStorageLayer.RDBMSRedoLogIterator
extends Object
implements StorageReadOnlyIterator<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RDBMSRedoLogIterator
-
-
Method Details
-
hasNext
Description copied from interface:StorageReadOnlyIteratorReturns true if the iteration has more elements. (In other words, returns true if next would return an element rather than throwing an exception.)- Specified by:
hasNextin interfaceReadOnlyIterator<T extends IReplicationOrderedPacket>- Specified by:
hasNextin interfaceStorageReadOnlyIterator<T extends IReplicationOrderedPacket>- Returns:
- true if the iterator has more elements.
- Throws:
StorageException
-
next
Description copied from interface:StorageReadOnlyIteratorReturns the next element in the iteration. Calling this method repeatedly until theStorageReadOnlyIterator.hasNext()method returns false will return each element in the underlying collection exactly once.- Specified by:
nextin interfaceReadOnlyIterator<T extends IReplicationOrderedPacket>- Specified by:
nextin interfaceStorageReadOnlyIterator<T extends IReplicationOrderedPacket>- Returns:
- the next element in the iteration.
- Throws:
StorageException
-
close
Description copied from interface:StorageReadOnlyIteratorCloses the iterator- Specified by:
closein interfaceReadOnlyIterator<T extends IReplicationOrderedPacket>- Specified by:
closein interfaceStorageReadOnlyIterator<T extends IReplicationOrderedPacket>- Throws:
StorageException
-