gpt4 book ai didi

apache-apex - Apache Apex 中的运算符生命周期是什么?

转载 作者:行者123 更新时间:2023-12-02 07:23:42 26 4
gpt4 key购买 nike

转自 users@apex.incubator.apache.org

什么时候调用运算符的构造函数?文档说运算符(operator)的生命周期只有一次,但我想知道“生命周期”的定义是否跨越 apex 应用程序的启动/停止/崩溃(由于编码错误)?

最佳答案

给定的运算符具有以下生命周期,如下所示。生命周期跨越算子实例的执行周期。如果运算符(operator)失败,生命周期将重新开始,如下所示。 operator 状态的检查点每隔几个窗口周期性地出现一次,并且在失败的情况下它成为最后一个已知的检查点。

→ Constructor is called
→ State is applied from last known checkpoint
→ setup()
→ loop over {
→ beginWindow()
→ loop over {
→ process()
}
→ endWindow()
}
→ teardown()

关于apache-apex - Apache Apex 中的运算符生命周期是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36804600/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com