Uses of Class
org.apache.flink.state.forst.ForStMapState
Packages that use ForStMapState
-
Uses of ForStMapState in org.apache.flink.state.forst
Constructors in org.apache.flink.state.forst with parameters of type ForStMapStateModifierConstructorDescriptionForStDBBunchPutRequest(ContextKey<K, N> key, Map<UK, UV> value, ForStMapState<K, N, UK, UV> table, org.apache.flink.core.state.InternalStateFuture<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.state.InternalStateFuture<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.state.InternalStateFuture<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.state.InternalStateFuture<org.apache.flink.api.common.state.v2.StateIterator<UV>> future)