This is an automated email from the ASF dual-hosted git repository.

hangxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from fe8dde4ea48 [FLINK-35025][Runtime/State] Introduce element order for 
async state processing
     new 7699a0d25b4 [FLINK-34987][state] Introduce new StateDescriptor for 
Async State API
     new 1445ea87345 [FLINK-34987][state] Introduce InternalKeyedState for 
Async State API
     new 2c5078bc905 [FLINK-34987][state] Implement Async Value State (#24651)

The 3 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/runtime/state/v2/InternalKeyedState.java |  81 +++++++++++
 .../flink/runtime/state/v2/InternalValueState.java |  49 +++++++
 .../flink/runtime/state/v2/StateDescriptor.java    | 155 +++++++++++++++++++++
 .../runtime/state/v2/ValueStateDescriptor.java     |  60 ++++++++
 .../AsyncExecutionControllerTest.java              |  29 +---
 .../runtime/state/v2/StateDescriptorTest.java      | 134 ++++++++++++++++++
 6 files changed, 486 insertions(+), 22 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/InternalKeyedState.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/InternalValueState.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/StateDescriptor.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/ValueStateDescriptor.java
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/state/v2/StateDescriptorTest.java

Reply via email to