public class CloseableIteratorDecoratorImpl<T> extends Object implements CloseableIteratorDecorator<T>
| Constructor and Description |
|---|
CloseableIteratorDecoratorImpl(org.springframework.data.util.CloseableIterator<T> implementation,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.util.CloseableIterator<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseforEachRemaining, hasNext, next, removepublic CloseableIteratorDecoratorImpl(org.springframework.data.util.CloseableIterator<T> implementation, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public org.springframework.data.util.CloseableIterator<T> getImpl()
getImpl in interface CloseableIteratorDecorator<T>getImpl in interface MongockIterator<T>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MongockIterator<T>Copyright © 2021. All rights reserved.