A
B
C
D
E
F
G
I
O
P
S
T
S
- serve(org.apache.airflow.sdk.Bundle) - function in org.apache.airflow.sdk.Server
- Blocking entry point: connects to the coordinator and serves task-execution requests from the given bundle.
- serveAsync(org.apache.airflow.sdk.Bundle) - function in org.apache.airflow.sdk.Server
- Suspending entry point: connects to the coordinator and serves task-execution requests from the given bundle.
- Server - class in org.apache.airflow.sdk
- Connects this JVM process to the Airflow coordinator and dispatches task execution requests to the registered Bundle.
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setXCom(java.lang.String,java.lang.Object) - function in org.apache.airflow.sdk.Client
- Pushes an XCom value for downstream tasks to read.
- setXCom(java.lang.Object) - function in org.apache.airflow.sdk.Client
- Pushes an XCom value for downstream tasks to read.