Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::query::RegexPredicate Class Reference
+ Inheritance diagram for hazelcast::client::query::RegexPredicate:

Public Member Functions

 RegexPredicate (const char *attribute, const char *regex)
 
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.
 

Constructor & Destructor Documentation

hazelcast::client::query::RegexPredicate::RegexPredicate ( const char *  attribute,
const char *  regex 
)
Parameters
attributeName of the attribute
Regularexpression to match the value of the attribute

Member Function Documentation

int hazelcast::client::query::RegexPredicate::getClassId ( ) const
virtual
int hazelcast::client::query::RegexPredicate::getFactoryId ( ) const
virtual
void hazelcast::client::query::RegexPredicate::readData ( serialization::ObjectDataInput in)
virtual

Defines how this class will be read.

Parameters
readerObjectDataInput

Implements hazelcast::client::serialization::IdentifiedDataSerializable.

void hazelcast::client::query::RegexPredicate::writeData ( serialization::ObjectDataOutput out) const
virtual

Defines how this class will be written.

Parameters
writerObjectDataOutput

Implements hazelcast::client::serialization::IdentifiedDataSerializable.


The documentation for this class was generated from the following files: