Uses of Class
org.apache.flink.state.forst.ForStDBGetRequest
-
Packages that use ForStDBGetRequest Package Description org.apache.flink.state.forst -
-
Uses of ForStDBGetRequest in org.apache.flink.state.forst
Methods in org.apache.flink.state.forst that return ForStDBGetRequest Modifier and Type Method Description ForStDBGetRequest<K,V>ForStInnerTable. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?> stateRequest)Build aForStDBGetRequestthat belong to thisForStInnerTablewith the given stateRequest.ForStDBGetRequest<ContextKey<K>,V>ForStValueState. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?> stateRequest)Methods in org.apache.flink.state.forst that return types with arguments of type ForStDBGetRequest Modifier and Type Method Description List<ForStDBGetRequest<?,?>>ForStStateRequestClassifier. pollDbGetRequests()
-