com.hazelcast.query
Class Predicates.LikePredicate

java.lang.Object
  extended by com.hazelcast.query.Predicates.LikePredicate
All Implemented Interfaces:
DataSerializable, Predicate, Serializable
Enclosing class:
Predicates

public static class Predicates.LikePredicate
extends Object
implements Predicate, DataSerializable

See Also:
Serialized Form

Constructor Summary
Predicates.LikePredicate()
           
Predicates.LikePredicate(String attribute, String second)
           
 
Method Summary
 boolean apply(Map.Entry entry)
           
 void readData(com.hazelcast.nio.ObjectDataInput in)
           
 String toString()
           
 void writeData(com.hazelcast.nio.ObjectDataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicates.LikePredicate

public Predicates.LikePredicate()

Predicates.LikePredicate

public Predicates.LikePredicate(String attribute,
                                String second)
Method Detail

apply

public boolean apply(Map.Entry entry)
Specified by:
apply in interface Predicate

writeData

public void writeData(com.hazelcast.nio.ObjectDataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(com.hazelcast.nio.ObjectDataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.