Type T should be a valid serializable and copiable type. More...
#include <GreaterLessPredicate.h>
Public Member Functions | |
GreaterLessPredicate (const char *attributeName, const T &value, bool isEqual, bool isLess) | |
int | getFactoryId () const |
int | getClassId () const |
void | writeData (serialization::ObjectDataOutput &out) const |
Defines how this class will be written. More... | |
void | readData (serialization::ObjectDataInput &in) |
Defines how this class will be read. More... | |
Public Member Functions inherited from hazelcast::client::serialization::IdentifiedDataSerializable | |
virtual | ~IdentifiedDataSerializable () |
Destructor. | |
Type T should be a valid serializable and copiable type.
|
inline |
attributeName | The attribute whose value shall be compared to. |
value | The value to compare |
equal | Allow equal matching |
less | If true, allow "less than" matching otherwise do "greater than" matching |
|
inlinevirtual |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
|
inlinevirtual |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
|
inlinevirtual |
Defines how this class will be read.
reader | ObjectDataInput |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
|
inlinevirtual |
Defines how this class will be written.
writer | ObjectDataOutput |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.