com.hazelcast.query
Class Predicates.InPredicate

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

public static class Predicates.InPredicate
extends Predicates.AbstractPredicate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hazelcast.query.Predicates.AbstractPredicate
attribute
 
Constructor Summary
Predicates.InPredicate()
           
Predicates.InPredicate(String attribute, Comparable... values)
           
 
Method Summary
 boolean apply(Map.Entry entry)
           
 Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)
           
 void readData(com.hazelcast.nio.ObjectDataInput in)
           
 String toString()
           
 void writeData(com.hazelcast.nio.ObjectDataOutput out)
           
 
Methods inherited from class com.hazelcast.query.Predicates.AbstractPredicate
convert, getIndex, isIndexed, readAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicates.InPredicate

public Predicates.InPredicate()

Predicates.InPredicate

public Predicates.InPredicate(String attribute,
                              Comparable... values)
Method Detail

apply

public boolean apply(Map.Entry entry)

filter

public Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)

writeData

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

readData

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

toString

public String toString()
Overrides:
toString in class Object


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