|  |   Apache Ignite C++
    | 
Ignite Binding. More...
#include <ignite_binding.h>
| Public Member Functions | |
| IgniteBinding () | |
| Default constructor. | |
| IgniteBinding (common::concurrent::SharedPointer< impl::IgniteBindingImpl > impl) | |
| Constructor.  More... | |
| template<typename P > | |
| void | RegisterCacheEntryProcessor () | 
| Register type as Cache Entry Processor.  More... | |
| template<typename P > | |
| void | RegisterCacheEntryProcessor (IgniteError &err) | 
| Register Type as Cache Entry Processor.  More... | |
| template<typename F > | |
| void | RegisterCacheEntryEventFilter () | 
| Register type as Cache Entry Event Filter.  More... | |
| template<typename F > | |
| void | RegisterComputeFunc () | 
| Register type as Compute function.  More... | |
| bool | IsValid () const | 
| Check if the instance is valid.  More... | |
Ignite Binding.
Used to register callable classes.
| 
 | inline | 
Constructor.
| impl | Implementation. | 
| 
 | inline | 
Check if the instance is valid.
Invalid instance can be returned if some of the previous operations have resulted in a failure. For example invalid instance can be returned by not-throwing version of method in case of error. Invalid instances also often can be created using default constructor.
| 
 | inline | 
Register type as Cache Entry Event Filter.
Registred type should be a child of ignite::cache::event::CacheEntryEventFilter class.
| 
 | inline | 
Register type as Cache Entry Processor.
Registred type should be a child of ignite::cache::CacheEntryProcessor class.
| 
 | inline | 
Register Type as Cache Entry Processor.
Registred type should be a child of ignite::cache::CacheEntryProcessor class.
| err | Error. | 
| 
 | inline | 
Register type as Compute function.
Registred type should be a child of ignite::compute::ComputeFunc class.
 1.8.17
 1.8.17