This is a merker class for Predicate classes. More...
#include <Predicate.h>
Inheritance diagram for hazelcast::client::query::Predicate:Additional Inherited Members | |
Public Member Functions inherited from hazelcast::client::serialization::IdentifiedDataSerializable | |
| virtual | ~IdentifiedDataSerializable () |
| Destructor. | |
| virtual int | getFactoryId () const =0 |
| virtual int | getClassId () const =0 |
| virtual void | writeData (ObjectDataOutput &writer) const =0 |
| Defines how this class will be written. More... | |
| virtual void | readData (ObjectDataInput &reader)=0 |
| Defines how this class will be read. More... | |
This is a merker class for Predicate classes.
All predicate classes shall extend this class. It is a pure IdentifiedDataSerializable interface. Making this Predicate interface disallows using any IdentifiedDataSerializable in places where Predicate is needed. This class also indicates that a Java implementation is required at the server side.
1.8.6