Keyed 和 Non-Keyed: 根据上游算子是否为KeyStream类型,如果是则为Keyed窗口,不是则为Non-Keyed窗口。Keyed使用window方法,Non-Keyed使用windowsAll方法。。。