com.hazelcast.query
Class Predicates.OrPredicate

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

public static class Predicates.OrPredicate
extends Object
implements IndexAwarePredicate, DataSerializable

See Also:
Serialized Form

Constructor Summary
Predicates.OrPredicate()
           
Predicates.OrPredicate(Predicate... predicates)
           
 
Method Summary
 boolean apply(Map.Entry mapEntry)
           
 Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)
           
 boolean isIndexed(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicates.OrPredicate

public Predicates.OrPredicate()

Predicates.OrPredicate

public Predicates.OrPredicate(Predicate... predicates)
Method Detail

filter

public Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)
Specified by:
filter in interface IndexAwarePredicate

isIndexed

public boolean isIndexed(com.hazelcast.query.impl.QueryContext queryContext)
Specified by:
isIndexed in interface IndexAwarePredicate

apply

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

toString

public String toString()
Overrides:
toString in class Object

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


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