Basic accumulating version of IgniteReducer.
Represents a transforming affinity (cache-collocation) computation on the cluster.
Represents a reduction performed by first performing affinity (cache-collocated) computation followed by reduction.
Provides Scala-friendly api to IgniteCompute class.
Represents a transforming affnity (cache-collocated) computation on the cluster followed by flattening of results done at the client.
Represents a reduction performed by first performing affinity (cache-collocated) computation followed by flattening and reduction (at the client).
Represents a transforming computation on the cluster followed by flattening of results done at the client.
Represents a reduction performed by first performing a transforming computation on the cluster followed by flattening and reduction (at the client).
Trait for pipes that hold information about the cluster along with the source and transform for underlying computation.
Provides composable distributed closures that can run on Apache Ignite.
A pipe containing a sequence of values.
Represents a reduction of Ignite's distributed closure results.
Represents a transforming computation on the cluster.
Represents a reduction performed by first performing a transforming computation on the cluster followed by reduction.
Represents a reduction containing a computed value