Class DirectPersistencyBlobStoreIO.DirectPersistencyOverflowIterBlobStoreIO
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl.DirectPersistencyBlobStoreIO.DirectPersistencyOverflowIterBlobStoreIO
- All Implemented Interfaces:
Iterator<DirectPersistencyOverflowListSegment>
- Enclosing class:
- DirectPersistencyBlobStoreIO
public static class DirectPersistencyBlobStoreIO.DirectPersistencyOverflowIterBlobStoreIO
extends Object
implements Iterator<DirectPersistencyOverflowListSegment>
-
Constructor Summary
ConstructorsConstructorDescriptionDirectPersistencyOverflowIterBlobStoreIO(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
-
DirectPersistencyOverflowIterBlobStoreIO
public DirectPersistencyOverflowIterBlobStoreIO(DirectPersistencyBlobStoreIO ioMgr, CacheManager cacheManager, org.slf4j.Logger logger, boolean isCurrentGeneration)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<DirectPersistencyOverflowListSegment>
-
next
- Specified by:
nextin interfaceIterator<DirectPersistencyOverflowListSegment>
-
remove
public void remove()- Specified by:
removein interfaceIterator<DirectPersistencyOverflowListSegment>
-