OrderState ???????????????????? ???????????????????? get set ?????? ???????? flink ??????????????OrderState??????????????
wang...@geekplus.com.cn ???????? 1048262223 ?????????? 2020-06-09 18:11 ???????? user-zh ?????? ??????Flink State ?????????? state ???????????? Hi ????????flink??????????????OrderState????????????????????????pojo??????????savepoint?????????????????????????????????????????? Best, Yichao Yang ------------------ ???????? ------------------ ??????: "wangl...@geekplus.com.cn"<wangl...@geekplus.com.cn>; ????????: 2020??6??9??(??????) ????6:03 ??????: "user-zh"<user-zh@flink.apache.org>; ????: Flink State ?????????? state ???????????? ?????????????????? Flink State ???????? public class OrderState { private Integer warehouseId; private String orderNo; private String ownerCode; private Long inputDate; private int orderType; private int amount = 0; private int status = 0; ............. } ??????????????????????????????????????????????state ?????????????? ?????? flink run -s savepointdir ?????????????????????????? state ???? ?????? ???? wangl...@geekplus.com.cn