Package com.hazelcast.query

Contains interfaces/classes related to Hazelcast query and indexing support.

See:
          Description

Interface Summary
IndexAwarePredicate  
Predicate<K,V> Predicate instance must be thread-safe.
 

Class Summary
EntryObject  
PagingPredicate This class is a special Predicate which helps to get a page-by-page result of a query Can be constructed with a page-size, an inner predicate for filtering, A comparator for sorting \ This class is not thread-safe and stateless.
PagingPredicateAccessor  
PredicateBuilder  
Predicates A utility class to create Predicate instances.
Predicates.AbstractPredicate  
Predicates.AndPredicate  
Predicates.BetweenPredicate  
Predicates.EqualPredicate  
Predicates.GreaterLessPredicate  
Predicates.ILikePredicate  
Predicates.InPredicate  
Predicates.LikePredicate  
Predicates.NotEqualPredicate  
Predicates.NotPredicate  
Predicates.OrPredicate  
Predicates.RegexPredicate  
QueryConstants  
SqlPredicate  
 

Exception Summary
QueryException  
 

Package com.hazelcast.query Description

Contains interfaces/classes related to Hazelcast query and indexing support.



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