![]()  | 
  
      Apache Ignite C++
    
   | 
 
Interface for a simple compute function that can be serialized and called on the remote nodes. More...
#include <compute_func.h>
Public Member Functions | |
| virtual | ~ComputeFunc () | 
| Destructor.  | |
| virtual R | Call ()=0 | 
| Called upon execution by compute.  More... | |
Friends | |
| class | ignite::IgniteBinding | 
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.
| R | Call return type. BinaryType should be specialized for the type if it is not primitive. | 
      
  | 
  pure virtual | 
Called upon execution by compute.
 1.8.13