Class DirectPersistencyBlobStoreIO.DirectPersistencyOpIterBlobStoreIO
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl.DirectPersistencyBlobStoreIO.DirectPersistencyOpIterBlobStoreIO
- All Implemented Interfaces:
Iterator<IDirectPersistencyOpInfo>
- Enclosing class:
- DirectPersistencyBlobStoreIO
public static class DirectPersistencyBlobStoreIO.DirectPersistencyOpIterBlobStoreIO
extends Object
implements Iterator<IDirectPersistencyOpInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionDirectPersistencyOpIterBlobStoreIO(DirectPersistencyBlobStoreIO ioMgr, CacheManager cacheManager, org.slf4j.Logger logger, boolean isCurrentGeneration) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
DirectPersistencyOpIterBlobStoreIO
public DirectPersistencyOpIterBlobStoreIO(DirectPersistencyBlobStoreIO ioMgr, CacheManager cacheManager, org.slf4j.Logger logger, boolean isCurrentGeneration)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<IDirectPersistencyOpInfo>
-
next
- Specified by:
nextin interfaceIterator<IDirectPersistencyOpInfo>
-
remove
public void remove()- Specified by:
removein interfaceIterator<IDirectPersistencyOpInfo>
-