public class LikePredicate extends AbstractPredicate
Modifier and Type | Field and Description |
---|---|
protected String |
expression |
Constructor and Description |
---|
LikePredicate() |
LikePredicate(String attributeName,
String expression) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
applyForSingleAttributeValue(Map.Entry mapEntry,
Comparable attributeValue) |
protected int |
getFlags() |
int |
getId()
Returns type identifier for this class.
|
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
apply, convert, convertEnumValue, getFactoryId, readAttributeValue
protected String expression
protected boolean applyForSingleAttributeValue(Map.Entry mapEntry, Comparable attributeValue)
applyForSingleAttributeValue
in class AbstractPredicate
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class AbstractPredicate
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class AbstractPredicate
in
- inputIOException
protected int getFlags()
public int getId()
IdentifiedDataSerializable
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.