Package com.j_spaces.core.cache.mvcc
Class MVCCShellsRecoveryIter
java.lang.Object
com.j_spaces.core.cache.mvcc.MVCCShellsRecoveryIter
- All Implemented Interfaces:
ISAdapterIterator<MVCCShellEntryCacheInfo>
public class MVCCShellsRecoveryIter
extends Object
implements ISAdapterIterator<MVCCShellEntryCacheInfo>
Iterator for mvcc shells
- Since:
- 16.4.0
- Author:
- Davyd Savitskyi
-
Constructor Summary
ConstructorsConstructorDescriptionMVCCShellsRecoveryIter(IServerTypeDesc serverTypeDesc, CacheManager cacheManager) -
Method Summary
-
Constructor Details
-
MVCCShellsRecoveryIter
-
-
Method Details
-
next
Iterates through shells list from types[] array. Returns null after last was retrieved (after last shell for last type)- Specified by:
nextin interfaceISAdapterIterator<MVCCShellEntryCacheInfo>- Throws:
SAException
-
close
- Specified by:
closein interfaceISAdapterIterator<MVCCShellEntryCacheInfo>- Throws:
SAException
-