Uses of Class
org.apache.flink.state.forst.ForStDBIterRequest
-
Packages that use ForStDBIterRequest Package Description org.apache.flink.state.forst -
-
Uses of ForStDBIterRequest in org.apache.flink.state.forst
Subclasses of ForStDBIterRequest in org.apache.flink.state.forst Modifier and Type Class Description classForStDBMapEntryIterRequest<K,N,UK,UV>The ForStForStDBIterRequestwhich returns the entries of a ForStMapState.classForStDBMapKeyIterRequest<K,N,UK,UV>The ForStForStDBIterRequestwhich returns the keys of a ForStMapState.classForStDBMapValueIterRequest<K,N,UK,UV>The ForStForStDBIterRequestwhich returns the values of a ForStMapState.Methods in org.apache.flink.state.forst that return ForStDBIterRequest Modifier and Type Method Description ForStDBIterRequest<K,N,UK,UV,?>ForStMapState. buildDBIterRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?,?> stateRequest)Build a request for iterator.Methods in org.apache.flink.state.forst that return types with arguments of type ForStDBIterRequest Modifier and Type Method Description List<ForStDBIterRequest<?,?,?,?,?>>ForStStateRequestClassifier. pollDbIterRequests()
-