Uses of Class
org.apache.flink.state.forst.ForStMapState
-
Packages that use ForStMapState Package Description org.apache.flink.state.forst -
-
Uses of ForStMapState in org.apache.flink.state.forst
Constructors in org.apache.flink.state.forst with parameters of type ForStMapState Constructor Description ForStDBBunchPutRequest(ContextKey<K,N> key, Map<UK,UV> value, ForStMapState<K,N,UK,UV> table, org.apache.flink.core.asyncprocessing.InternalAsyncFuture<Void> future)ForStDBIterRequest(ContextKey<K,N> contextKey, ForStMapState<K,N,UK,UV> table, org.apache.flink.runtime.asyncprocessing.StateRequestHandler stateRequestHandler, org.forstdb.RocksIterator rocksIterator)ForStDBMapEntryIterRequest(ContextKey<K,N> contextKey, ForStMapState<K,N,UK,UV> table, org.apache.flink.runtime.asyncprocessing.StateRequestHandler stateRequestHandler, org.forstdb.RocksIterator rocksIterator, org.apache.flink.core.asyncprocessing.InternalAsyncFuture<org.apache.flink.api.common.state.v2.StateIterator<Map.Entry<UK,UV>>> future)ForStDBMapKeyIterRequest(ContextKey<K,N> contextKey, ForStMapState<K,N,UK,UV> table, org.apache.flink.runtime.asyncprocessing.StateRequestHandler stateRequestHandler, org.forstdb.RocksIterator rocksIterator, org.apache.flink.core.asyncprocessing.InternalAsyncFuture<org.apache.flink.api.common.state.v2.StateIterator<UK>> future)ForStDBMapValueIterRequest(ContextKey<K,N> contextKey, ForStMapState<K,N,UK,UV> table, org.apache.flink.runtime.asyncprocessing.StateRequestHandler stateRequestHandler, org.forstdb.RocksIterator rocksIterator, org.apache.flink.core.asyncprocessing.InternalAsyncFuture<org.apache.flink.api.common.state.v2.StateIterator<UV>> future)
-