|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
---|---|
com.hazelcast.core | |
com.hazelcast.query |
Uses of Predicate in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type Predicate | |
---|---|
Set<Map.Entry<K,V>> |
IMap.entrySet(Predicate predicate)
Queries the map based on the specified predicate and returns the matching entries. |
Set<K> |
IMap.keySet(Predicate predicate)
Queries the map based on the specified predicate and returns the keys of matching entries. |
Set<K> |
IMap.localKeySet(Predicate predicate)
Returns the keys of matching locally owned entries. |
Collection<V> |
IMap.values(Predicate predicate)
Queries the map based on the specified predicate and returns the values of matching entries. |
Uses of Predicate in com.hazelcast.query |
---|
Subinterfaces of Predicate in com.hazelcast.query | |
---|---|
interface |
IndexAwarePredicate
|
Classes in com.hazelcast.query that implement Predicate | |
---|---|
class |
PredicateBuilder
|
static class |
Predicates.AbstractPredicate
|
static class |
Predicates.AndOrPredicate
|
static class |
Predicates.BetweenPredicate
|
static class |
Predicates.EqualPredicate
|
static class |
Predicates.GreaterLessPredicate
|
static class |
Predicates.InPredicate
|
static class |
Predicates.LikePredicate
|
static class |
Predicates.NotEqualPredicate
|
static class |
Predicates.NotPredicate
|
static class |
Predicates.RegexPredicate
|
class |
SqlPredicate
|
Methods in com.hazelcast.query that return Predicate | ||
---|---|---|
static Predicate |
Predicates.and(Predicate x,
Predicate y)
|
|
static
|
Predicates.between(Expression<? extends T> expression,
T from,
T to)
|
|
static Predicate |
Predicates.equal(Expression x,
Object y)
|
|
Predicate |
QueryContext.getPredicate()
|
|
static
|
Predicates.greaterEqual(Expression<? extends T> x,
T y)
|
|
static
|
Predicates.greaterThan(Expression<? extends T> x,
T y)
|
|
static
|
Predicates.in(Expression<? extends T> expression,
T... values)
|
|
static Predicate |
Predicates.instanceOf(Class klass)
|
|
static Predicate |
Predicates.isNot(Expression<Boolean> x)
|
|
static
|
Predicates.lessEqual(Expression<? extends T> x,
T y)
|
|
static
|
Predicates.lessThan(Expression<? extends T> x,
T y)
|
|
static Predicate |
Predicates.like(Expression<String> x,
String pattern)
|
|
static Predicate |
Predicates.not(Predicate predicate)
|
|
static Predicate |
Predicates.notEqual(Expression x,
Object y)
|
|
static Predicate |
Predicates.or(Predicate x,
Predicate y)
|
Methods in com.hazelcast.query with parameters of type Predicate | |
---|---|
PredicateBuilder |
PredicateBuilder.and(Predicate predicate)
|
static Predicate |
Predicates.and(Predicate x,
Predicate y)
|
static Predicate |
Predicates.and(Predicate x,
Predicate y)
|
static Predicate |
Predicates.not(Predicate predicate)
|
PredicateBuilder |
PredicateBuilder.or(Predicate predicate)
|
static Predicate |
Predicates.or(Predicate x,
Predicate y)
|
static Predicate |
Predicates.or(Predicate x,
Predicate y)
|
Constructors in com.hazelcast.query with parameters of type Predicate | |
---|---|
Predicates.AndOrPredicate(boolean and,
Predicate... predicates)
|
|
Predicates.AndOrPredicate(boolean and,
Predicate first,
Predicate second)
|
|
Predicates.AndOrPredicate(boolean and,
Predicate first,
Predicate second)
|
|
Predicates.NotPredicate(Predicate predicate)
|
|
QueryContext(String mapName,
Predicate predicate,
MapIndexService mapIndexService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |