23 #ifndef _IGNITE_COMPUTE_COMPUTE_FUNC 24 #define _IGNITE_COMPUTE_COMPUTE_FUNC 44 template<
typename TF,
typename TR>
45 friend class ignite::impl::compute::ComputeJobHolderImpl;
96 this->ignite = ignite;
105 #endif //_IGNITE_COMPUTE_COMPUTE_FUNC virtual R Call()=0
Called upon execution by compute.
ComputeFunc()
Constructor.
Definition: compute_func.h:53
Ignite Binding.
Definition: ignite_binding.h:38
virtual ~ComputeFunc()
Destructor.
Definition: compute_func.h:62
Apache Ignite API.
Definition: cache.h:48
Main interface to operate with Ignite.
Definition: ignite.h:45
Interface for a simple compute function that can be serialized and called on the remote nodes...
Definition: compute_func.h:42