@PublicEvolving public interface ProcedureContext
Modifier and Type | Method and Description |
---|---|
StreamExecutionEnvironment |
getExecutionEnvironment()
Return the
StreamExecutionEnvironment where the procedure is called. |
StreamExecutionEnvironment getExecutionEnvironment()
StreamExecutionEnvironment
where the procedure is called. Flink will
create a new StreamExecutionEnvironment
based on the current configuration and pass
it to the procedure for every procedure call. The procedure can modify the passed
StreamExecutionEnvironment safely inside as it won't be leaked outside.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.