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