com.hazelcast.query
Class Predicates.AndPredicate
java.lang.Object
com.hazelcast.query.Predicates.AndPredicate
- All Implemented Interfaces:
- DataSerializable, IndexAwarePredicate, Predicate, Serializable
- Enclosing class:
- Predicates
public static class Predicates.AndPredicate
- extends Object
- implements IndexAwarePredicate, DataSerializable
And Predicate
- See Also:
- Serialized Form
predicates
protected Predicate[] predicates
Predicates.AndPredicate
public Predicates.AndPredicate()
Predicates.AndPredicate
public Predicates.AndPredicate(Predicate... predicates)
filter
public Set<QueryableEntry> filter(QueryContext queryContext)
- Specified by:
filter
in interface IndexAwarePredicate
isIndexed
public boolean isIndexed(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(ObjectDataOutput out)
throws IOException
- Description copied from interface:
DataSerializable
- Writes object fields to output stream
- Specified by:
writeData
in interface DataSerializable
- Parameters:
out
- output
- Throws:
IOException
readData
public void readData(ObjectDataInput in)
throws IOException
- Description copied from interface:
DataSerializable
- Reads fields from the input stream
- Specified by:
readData
in interface DataSerializable
- Parameters:
in
- input
- Throws:
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.