public class RegexPredicate extends AbstractPredicate
| Constructor and Description | 
|---|
RegexPredicate()  | 
RegexPredicate(String attributeName,
              String regex)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
applyForSingleAttributeValue(Map.Entry mapEntry,
                            Comparable attributeValue)  | 
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, readAttributeValueprotected boolean applyForSingleAttributeValue(Map.Entry mapEntry, Comparable attributeValue)
applyForSingleAttributeValue in class AbstractPredicatepublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializablewriteData in class AbstractPredicateout - outputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablereadData in class AbstractPredicatein - inputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     input stream has been closed.public int getId()
IdentifiedDataSerializableCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.