Package org.apache.flink.state.forst
Class ForStDBListGetRequest<K,N,V>
- java.lang.Object
-
- org.apache.flink.state.forst.ForStDBGetRequest<K,N,List<V>,org.apache.flink.api.common.state.v2.StateIterator<V>>
-
- org.apache.flink.state.forst.ForStDBListGetRequest<K,N,V>
-
- Type Parameters:
K- The type of key in get access request.N- The type of namespace in get access request.V- The type of value returned by get request.
public class ForStDBListGetRequest<K,N,V> extends ForStDBGetRequest<K,N,List<V>,org.apache.flink.api.common.state.v2.StateIterator<V>>
The Get access request for ForStDB.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompleteStateFuture(byte[] bytesValue)-
Methods inherited from class org.apache.flink.state.forst.ForStDBGetRequest
buildSerializedKey, completeStateFutureExceptionally, getColumnFamilyHandle, process
-
-
-
-
Method Detail
-
completeStateFuture
public void completeStateFuture(byte[] bytesValue) throws IOException- Specified by:
completeStateFuturein classForStDBGetRequest<K,N,List<V>,org.apache.flink.api.common.state.v2.StateIterator<V>>- Throws:
IOException
-
-