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
Subclasses of ForStDBGetRequest in org.apache.flink.state.forst Modifier and Type Class Description classForStDBListGetRequest<K,N,V>The Get access request for ForStDB.classForStDBMapCheckRequest<K,N,V>The Map#isEmpty() and Map#contains() request for ForStDB.classForStDBRawGetRequest<K,N,V>The Get access request for ForStDB.classForStDBSingleGetRequest<K,N,V>The Get access request for ForStDB.Methods in org.apache.flink.state.forst that return ForStDBGetRequest Modifier and Type Method Description ForStDBGetRequest<K,N,ACC,?>ForStAggregatingState. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?,?> stateRequest)ForStDBGetRequest<?,?,?,?>ForStInnerTable. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?,?> stateRequest)Build aForStDBGetRequestthat belong to thisForStInnerTablewith the given stateRequest.ForStDBGetRequest<K,N,List<V>,?>ForStListState. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?,?> stateRequest)ForStDBGetRequest<?,?,?,?>ForStMapState. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?,?> stateRequest)ForStDBGetRequest<K,N,V,V>ForStReducingState. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?,?> stateRequest)ForStDBGetRequest<K,N,V,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()
-