文件名称:QueryableStateFLINK-3779.pdf
文件大小:129KB
文件格式:PDF
更新时间:2023-06-25 04:06:06
flink
Flink QueryableState设计文档(FLINK-3779) Flink offers state abstractions for user functions1 in order to guarantee fault-tolerant processing of streams. Users can work with both non-partitioned (Checkpointed interface) and partitioned state (getRuntimeContext().getState(ValueStateDescriptor) and other variants).