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

agingade pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from a9ce0eb  GEODE-6918: Rename CacheCreationTest
     add 0b2f2c2  GEODE-6798: Refactor client function execution (#3745)

No new revisions were added by this update.

Summary of changes:
 .../execute/FunctionOnServersRetryDUnitTest.java   |  20 +-
 .../cache/execute/FunctionRetryTestBase.java       |   2 +-
 .../cache/client/internal/ExecuteFunctionOp.java   | 249 +++------------------
 .../client/internal/ExecuteRegionFunctionOp.java   |  78 ++-----
 .../internal/ExecuteRegionFunctionSingleHopOp.java |  99 ++------
 .../cache/client/internal/ServerRegionProxy.java   | 145 +++++++++---
 .../cache/execute/ServerFunctionExecutor.java      |  57 ++++-
 .../internal/ExecuteFunctionOpRetryTest.java       | 174 ++++----------
 .../internal/ExecuteRegionFunctionOpRetryTest.java |  40 ++--
 .../ExecuteRegionFunctionSingleHopOpRetryTest.java |  31 ++-
 10 files changed, 339 insertions(+), 556 deletions(-)

Reply via email to