Class SyncIteratorWrapper<T>
java.lang.Object
org.apache.flink.runtime.state.v2.SyncIteratorWrapper<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSyncIteratorWrapper(org.apache.flink.api.common.state.v2.StateIterator<T> stateIterator) -
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, remove