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 |
---|
LikePredicate() |
LikePredicate(String attribute,
String second) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Map.Entry entry) |
protected int |
getFlags() |
void |
readData(ObjectDataInput in) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
protected int getFlags()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.