Methods in com.hazelcast.query with parameters of type Expression |
Index |
MapIndexService.addIndex(Expression expression,
boolean ordered,
int attributeIndex)
|
static
|
Predicates.between(Expression<? extends T> expression,
T from,
T to)
|
static Predicate |
Predicates.equal(Expression x,
Object y)
|
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.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.notEqual(Expression x,
Object y)
|
Method parameters in com.hazelcast.query with type arguments of type Expression |
void |
IndexAwarePredicate.collectAppliedIndexes(Set<Index> setAppliedIndexes,
Map<Expression,Index> mapIndexes)
|
void |
PredicateBuilder.collectAppliedIndexes(Set<Index> setAppliedIndexes,
Map<Expression,Index> mapIndexes)
|
void |
Predicates.InPredicate.collectAppliedIndexes(Set<Index> setAppliedIndexes,
Map<Expression,Index> mapIndexes)
|
void |
Predicates.EqualPredicate.collectAppliedIndexes(Set<Index> setAppliedIndexes,
Map<Expression,Index> mapIndexes)
|
void |
Predicates.AndOrPredicate.collectAppliedIndexes(Set<Index> setAppliedIndexes,
Map<Expression,Index> mapIndexes)
|
void |
SqlPredicate.collectAppliedIndexes(Set<Index> setAppliedIndexes,
Map<Expression,Index> mapIndexes)
|
boolean |
IndexAwarePredicate.collectIndexAwarePredicates(List<IndexAwarePredicate> lsIndexAwarePredicates,
Map<Expression,Index> mapIndexes)
|
boolean |
PredicateBuilder.collectIndexAwarePredicates(List<IndexAwarePredicate> lsIndexPredicates,
Map<Expression,Index> mapIndexes)
|
boolean |
Predicates.InPredicate.collectIndexAwarePredicates(List<IndexAwarePredicate> lsIndexPredicates,
Map<Expression,Index> mapIndexes)
|
boolean |
Predicates.EqualPredicate.collectIndexAwarePredicates(List<IndexAwarePredicate> lsIndexPredicates,
Map<Expression,Index> mapIndexes)
|
boolean |
Predicates.AndOrPredicate.collectIndexAwarePredicates(List<IndexAwarePredicate> lsIndexPredicates,
Map<Expression,Index> mapIndexes)
|
boolean |
SqlPredicate.collectIndexAwarePredicates(List<IndexAwarePredicate> lsIndexPredicates,
Map<Expression,Index> mapIndexes)
|
Constructors in com.hazelcast.query with parameters of type Expression |
Predicates.BetweenPredicate(Expression first,
Expression from,
Object to)
|
Predicates.BetweenPredicate(Expression first,
Expression from,
Object to)
|
Predicates.BetweenPredicate(Expression first,
Object from,
Object to)
|
Predicates.EqualPredicate(Expression first,
Expression second)
|
Predicates.EqualPredicate(Expression first,
Expression second)
|
Predicates.EqualPredicate(Expression first,
Object second)
|
Predicates.GreaterLessPredicate(Expression first,
Expression second,
boolean equal,
boolean less)
|
Predicates.GreaterLessPredicate(Expression first,
Expression second,
boolean equal,
boolean less)
|
Predicates.GreaterLessPredicate(Expression first,
Object second,
boolean equal,
boolean less)
|
Predicates.InPredicate(Expression first,
Object... second)
|
Predicates.LikePredicate(Expression<String> first,
String second)
|
Predicates.NotEqualPredicate(Expression first,
Expression second)
|
Predicates.NotEqualPredicate(Expression first,
Expression second)
|
Predicates.NotEqualPredicate(Expression first,
Object second)
|
Predicates.RegexPredicate(Expression<String> first,
String regex)
|