Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.DeclarationChain.DeclarationStage
Packages that use DeclarationChain.DeclarationStage
-
Uses of DeclarationChain.DeclarationStage in org.apache.flink.runtime.asyncprocessing.declare
Methods in org.apache.flink.runtime.asyncprocessing.declare that return DeclarationChain.DeclarationStageModifier and TypeMethodDescription<IN> DeclarationChain<IN>.DeclarationStage<IN>DeclarationContext.declareChain()Declaring a processing in chain-style.DeclarationChain.firstStage()DeclarationChain.DeclarationStage.thenAccept(org.apache.flink.util.function.ThrowingConsumer<T, Exception> action) <U> DeclarationChain<IN>.DeclarationStage<U>DeclarationChain.DeclarationStage.thenCompose(org.apache.flink.util.function.FunctionWithException<T, org.apache.flink.api.common.state.v2.StateFuture<U>, Exception> action)