Uses of Package
org.apache.flink.runtime.asyncprocessing.declare
-
Classes in org.apache.flink.runtime.asyncprocessing.declare used by org.apache.flink.runtime.asyncprocessing Class Description DeclarationManager The manager holds all the declaration information and manage the building procedure. -
Classes in org.apache.flink.runtime.asyncprocessing.declare used by org.apache.flink.runtime.asyncprocessing.declare Class Description ContextVariable A value that will have different values across different contexts.DeclarationChain A declaration chain allows to declare multiple async operations in a single chain.DeclarationChain.DeclarationStage A DeclarationStage is a single stage in a declaration chain.DeclarationException Exception thrown when something wrong with declaration happens.DeclarationManager The manager holds all the declaration information and manage the building procedure.DeclaredVariable A variable declared in async state processing.NamedBiFunction A named version ofBiFunction
.NamedCallback A named callback that can be identified and checkpoint.NamedConsumer A named version ofConsumer
.NamedFunction A named version ofFunction
. -
Classes in org.apache.flink.runtime.asyncprocessing.declare used by org.apache.flink.runtime.asyncprocessing.declare.state Class Description DeclaredVariable A variable declared in async state processing. -
Classes in org.apache.flink.runtime.asyncprocessing.declare used by org.apache.flink.runtime.asyncprocessing.functions Class Description DeclarationContext A context to declare parts of process in user-defined function/operator.DeclarationException Exception thrown when something wrong with declaration happens. -
Classes in org.apache.flink.runtime.asyncprocessing.declare used by org.apache.flink.runtime.asyncprocessing.operators Class Description DeclarationContext A context to declare parts of process in user-defined function/operator.DeclarationManager The manager holds all the declaration information and manage the building procedure.DeclaredVariable A variable declared in async state processing. -
Classes in org.apache.flink.runtime.asyncprocessing.declare used by org.apache.flink.runtime.asyncprocessing.operators.windowing Class Description DeclaredVariable A variable declared in async state processing. -
Classes in org.apache.flink.runtime.asyncprocessing.declare used by org.apache.flink.streaming.runtime.operators.asyncprocessing Class Description DeclarationManager The manager holds all the declaration information and manage the building procedure.