Package org.apache.flink.core.state
Interface InternalStateIterator<T>
-
- All Superinterfaces:
org.apache.flink.api.common.state.v2.StateIterator<T>
@Internal public interface InternalStateIterator<T> extends org.apache.flink.api.common.state.v2.StateIterator<T>The Internal definition ofInternalStateIterator, add some method that will be used by framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<T>getCurrentCache()Return the already loaded elements in cache.booleanhasNextLoading()Return whether this iterator has more elements to load.
-