[jira] [Created] (IGNITE-4440) scalar misses bcastCall() in ScalarProjectionPimp class

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4440) scalar misses bcastCall() in ScalarProjectionPimp class

Anton Vinogradov (Jira)
Alexander Prokofyev created IGNITE-4440:
-------------------------------------------

             Summary: scalar misses bcastCall() in ScalarProjectionPimp class
                 Key: IGNITE-4440
                 URL: https://issues.apache.org/jira/browse/IGNITE-4440
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 1.8
            Reporter: Alexander Prokofyev
            Priority: Minor


It would be nice if ScalarProjectionPimp will add also bcastCall() method to ClusterGroup class like it already does with
{code}
    def bcastRun(@Nullable r: Run, @Nullable p: NF) {
        value.ignite().compute(forPredicate(p)).broadcast(toRunnable(r))
    }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)