com.hazelcast.query
public static class Predicates.LikePredicate extends Object implements Predicate, DataSerializable
Modifier and Type | Field and Description |
---|---|
protected String |
attribute |
protected String |
second |
Constructor and Description |
---|
Predicates.LikePredicate() |
Predicates.LikePredicate(String attribute,
String second) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Map.Entry entry) |
protected int |
getFlags() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
protected int getFlags()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.