Interface for a simple compute function that can be serialized and called on the remote nodes.  
 More...
#include <compute_func.h>
|  | 
| template<typename TF , typename TR > | 
| class | ignite::impl::compute::ComputeJobHolderImpl | 
|  | 
| class | ignite::IgniteBinding | 
|  | 
template<typename R>
class ignite::compute::ComputeFunc< R >
Interface for a simple compute function that can be serialized and called on the remote nodes. 
ignite::binary::BinaryType class template should be specialized for any class, inheriting from this class.
- Template Parameters
- 
  
    | R | Call return type. BinaryType should be specialized for the type if it is not primitive. |  
 
◆ Call()
Called upon execution by compute. 
- Returns
- Computation result. 
 
 
The documentation for this class was generated from the following file: