Uses of Interface
org.apache.flink.api.common.state.v2.StateIterator
-
Packages that use StateIterator Package Description org.apache.flink.api.common.state.v2 -
-
Uses of StateIterator in org.apache.flink.api.common.state.v2
Methods in org.apache.flink.api.common.state.v2 that return types with arguments of type StateIterator Modifier and Type Method Description StateFuture<StateIterator<Map.Entry<UK,UV>>>MapState. asyncEntries()Returns the current iterator for all the mappings of this state asynchronously.StateFuture<StateIterator<UK>>MapState. asyncKeys()Returns the current iterator for all the keys of this state asynchronously.StateFuture<StateIterator<UV>>MapState. asyncValues()Returns the current iterator for all the values of this state asynchronously.
-