Package com.hazelcast.query

Contains interfaces/classes related to Hazelcast query and indexing support.
  • Interface Summary 
    Interface Description
    LocalIndexStats
    Provides local statistics for an index to be used by MemberState implementations.
    PagingPredicate<K,​V>
    This interface is a special Predicate which helps to get a page-by-page result of a query.
    PartitionPredicate<K,​V>
    A Predicate that restricts the execution of a Predicate to a single Partition.
    Predicate<K,​V>
    Represents a map entry predicate.
    PredicateBuilder
    This interface provides functionality to build a predicate.
    PredicateBuilder.EntryObject
    This interface provides entry-level functionality related to building a predicate.
  • Class Summary 
    Class Description
    Predicates
    A utility class to create new PredicateBuilder and Predicate instances.
  • Enum Summary 
    Enum Description
    QueryConstants
    Contains constants for Query.
  • Exception Summary 
    Exception Description
    QueryException
    Exception class for the Query.