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

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


    from 3b79b62  This closes 4149
     add 8ba3db3  Add an interface to execute Bundles
     add aadaa75  Move outstanding work maintenance out of evaluateBundle
     add 98ca0d7  Add an ExecutionDriver to local java
     add 433ff55  Migrate MonitorRunnable into QuiescenceDriver
     add b868743  Rename BundleExecutor to BundleProcessor
     new d8ca4c4  Merge pull request #4151 from tgroh/bundle_executor

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:
 ...torServiceFactory.java => BundleProcessor.java} |  16 +-
 .../apache/beam/runners/direct/DirectRunner.java   |   6 +-
 .../direct/ExecutorServiceParallelExecutor.java    | 424 ++++-----------------
 .../beam/runners/direct/PipelineExecutor.java      |  10 +-
 .../beam/runners/direct/QuiescenceDriver.java      | 333 ++++++++++++++++
 .../local/{Bundle.java => ExecutionDriver.java}    |  30 +-
 ...kage-info.java => PipelineMessageReceiver.java} |  26 +-
 .../src/main/resources/beam/findbugs-filter.xml    |  10 +-
 8 files changed, 473 insertions(+), 382 deletions(-)
 copy 
runners/direct-java/src/main/java/org/apache/beam/runners/direct/{ExecutorServiceFactory.java
 => BundleProcessor.java} (66%)
 create mode 100644 
runners/direct-java/src/main/java/org/apache/beam/runners/direct/QuiescenceDriver.java
 copy 
runners/local-java/src/main/java/org/apache/beam/runners/local/{Bundle.java => 
ExecutionDriver.java} (63%)
 copy 
runners/local-java/src/main/java/org/apache/beam/runners/local/{package-info.java
 => PipelineMessageReceiver.java} (66%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to