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

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


    from a17478c  [BEAM-3866] Remove WindowedValue on PCollections for Go SDK
     add 50c029e  Add a generic interface for the state service.
     add 612dd75  Write unit tests for GrpcStateService.
     new c707bc2  [BEAM-3676] Add Portable State Service

The 1 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:
 .../fnexecution/state/GrpcStateService.java        | 119 +++++++++++++++++++
 .../runners/fnexecution/state/StateDelegator.java} |  32 ++---
 .../StateRequestHandler.java}                      |  23 +++-
 .../runners/fnexecution/state}/package-info.java   |   6 +-
 .../fnexecution/state/GrpcStateServiceTest.java    | 129 +++++++++++++++++++++
 5 files changed, 279 insertions(+), 30 deletions(-)
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/state/GrpcStateService.java
 copy 
runners/{core-java/src/main/java/org/apache/beam/runners/core/triggers/FinishedTriggers.java
 => 
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/state/StateDelegator.java}
 (54%)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/{control/InstructionRequestHandler.java
 => state/StateRequestHandler.java} (52%)
 copy {sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries => 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/state}/package-info.java
 (91%)
 create mode 100644 
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/state/GrpcStateServiceTest.java

-- 
To stop receiving notification emails like this one, please contact
lc...@apache.org.

Reply via email to