This is an automated email from the ASF dual-hosted git repository.
sjwiesman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.
from dd85b11 [FLINK-17644] Use state expiration
new 3daf875 [FLINK-17644] Add Expiration to the SDK
new dc92984 [FLINK-17644] Add Expiration to the Persisted states
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../flink/statefun/sdk/state/Expiration.java | 83 ++++++++++++++++++++++
.../sdk/state/PersistedAppendingBuffer.java | 30 +++++++-
.../flink/statefun/sdk/state/PersistedTable.java | 33 ++++++++-
.../flink/statefun/sdk/state/PersistedValue.java | 25 ++++++-
4 files changed, 165 insertions(+), 6 deletions(-)
create mode 100644
statefun-sdk/src/main/java/org/apache/flink/statefun/sdk/state/Expiration.java