|  |   Apache Ignite C++
    | 
Java cache entry event filter. More...
#include <java_cache_entry_event_filter.h>
| Public Member Functions | |
| JavaCacheEntryEventFilter () | |
| Default constructor. | |
| JavaCacheEntryEventFilter (const std::string &factoryClassName) | |
| Constructor.  More... | |
| virtual | ~JavaCacheEntryEventFilter () | 
| Destructor. | |
| const std::string & | GetFactoryClassName () const | 
| Get Java remote filter factory class name.  More... | |
| template<typename T > | |
| void | SetProperty (const std::string &name, const T &value) | 
| Add property.  More... | |
| void | ClearProperties () | 
| Clear set properties.  More... | |
| Friends | |
| class | ignite::impl::thin::cache::CacheClientImpl | 
Java cache entry event filter.
All templated types should be default-constructable, copy-constructable and assignable.
| 
 | inline | 
Constructor.
| factoryClassName | Name of the Java factory class. | 
| 
 | inline | 
Clear set properties.
Set properties for the filter to empty set.
| 
 | inline | 
Get Java remote filter factory class name.
| 
 | inline | 
Add property.
Template argument type should be copy-constructable and assignable. Also BinaryType class template should be specialized for this type.
| name | Property name. | 
| value | Property value. | 
 1.8.17
 1.8.17