Uses of Class
org.apache.flink.state.forst.ForStDBGetRequest
Packages that use ForStDBGetRequest
-
Uses of ForStDBGetRequest in org.apache.flink.state.forst
Subclasses of ForStDBGetRequest in org.apache.flink.state.forstModifier and TypeClassDescriptionclassForStDBListGetRequest<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 ForStDBGetRequestModifier and TypeMethodDescriptionForStDBGetRequest<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) ForStReducingState.buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?, ?, ?, ?> stateRequest) ForStValueState.buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?, ?, ?, ?> stateRequest) Methods in org.apache.flink.state.forst that return types with arguments of type ForStDBGetRequestModifier and TypeMethodDescriptionList<ForStDBGetRequest<?,?, ?, ?>> ForStStateRequestClassifier.pollDbGetRequests()