Package org.apache.flink.state.forst
Class ForStListIterator<V>
- java.lang.Object
-
- org.apache.flink.runtime.asyncprocessing.AbstractStateIterator<V>
-
- org.apache.flink.state.forst.ForStListIterator<V>
-
- All Implemented Interfaces:
org.apache.flink.api.common.state.v2.StateIterator<V>,org.apache.flink.core.state.InternalStateIterator<V>
public class ForStListIterator<V> extends org.apache.flink.runtime.asyncprocessing.AbstractStateIterator<V>The forst implementation for list iterator.
-
-
Constructor Summary
Constructors Constructor Description ForStListIterator(org.apache.flink.api.common.state.v2.State originalState, org.apache.flink.runtime.asyncprocessing.StateRequestType requestType, org.apache.flink.runtime.asyncprocessing.StateRequestHandler stateHandler, Collection<V> partialResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNextLoading()protected ObjectnextPayloadForContinuousLoading()
-
-
-
Constructor Detail
-
ForStListIterator
public ForStListIterator(org.apache.flink.api.common.state.v2.State originalState, org.apache.flink.runtime.asyncprocessing.StateRequestType requestType, org.apache.flink.runtime.asyncprocessing.StateRequestHandler stateHandler, Collection<V> partialResult)
-
-