Uses of Interface
com.hazelcast.query.impl.QueryableEntry

Packages that use QueryableEntry
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.query Contains interfaces/classes related to Hazelcast query and indexing support. 
com.hazelcast.query.impl Contains the implementation classes of the query functionality. 
 

Uses of QueryableEntry in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return types with arguments of type QueryableEntry
 Collection<QueryableEntry> MapContextQuerySupport.queryOnPartition(String mapName, Predicate predicate, int partitionId)
          Query a specific partition.
 

Uses of QueryableEntry in com.hazelcast.query
 

Methods in com.hazelcast.query that return types with arguments of type QueryableEntry
 Set<QueryableEntry> Predicates.BetweenPredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> Predicates.InPredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> Predicates.AndPredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> Predicates.OrPredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> Predicates.GreaterLessPredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> Predicates.NotEqualPredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> Predicates.EqualPredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> PagingPredicate.filter(QueryContext queryContext)
          Used if inner predicate is instanceof IndexAwarePredicate for filtering
 Set<QueryableEntry> IndexAwarePredicate.filter(QueryContext queryContext)
           
 Set<QueryableEntry> PredicateBuilder.filter(QueryContext queryContext)
           
 Set<QueryableEntry> SqlPredicate.filter(QueryContext queryContext)
           
 

Uses of QueryableEntry in com.hazelcast.query.impl
 

Classes in com.hazelcast.query.impl that implement QueryableEntry
 class QueryEntry
          Entry of the Query.
 

Methods in com.hazelcast.query.impl that return types with arguments of type QueryableEntry
 ConcurrentMap<Data,QueryableEntry> UnsortedIndexStore.getRecordMap(Comparable value)
           
 ConcurrentMap<Data,QueryableEntry> IndexStore.getRecordMap(Comparable indexValue)
           
 ConcurrentMap<Data,QueryableEntry> SortedIndexStore.getRecordMap(Comparable value)
           
 Set<QueryableEntry> Index.getRecords(Comparable value)
           
 Set<QueryableEntry> IndexImpl.getRecords(Comparable value)
           
 Set<QueryableEntry> UnsortedIndexStore.getRecords(Comparable value)
           
 Set<QueryableEntry> IndexStore.getRecords(Comparable value)
           
 Set<QueryableEntry> SortedIndexStore.getRecords(Comparable value)
           
 Set<QueryableEntry> Index.getRecords(Comparable[] values)
           
 Set<QueryableEntry> IndexImpl.getRecords(Comparable[] values)
           
 Set<QueryableEntry> Index.getSubRecords(ComparisonType comparisonType, Comparable searchedValue)
           
 Set<QueryableEntry> IndexImpl.getSubRecords(ComparisonType comparisonType, Comparable searchedValue)
           
 Set<QueryableEntry> Index.getSubRecordsBetween(Comparable from, Comparable to)
           
 Set<QueryableEntry> IndexImpl.getSubRecordsBetween(Comparable from, Comparable to)
           
 Iterator<QueryableEntry> MultiResultSet.iterator()
           
 Iterator<QueryableEntry> OrResultSet.iterator()
           
 Iterator<QueryableEntry> AndResultSet.iterator()
           
 Iterator<QueryableEntry> SingleResultSet.iterator()
           
 Set<QueryableEntry> IndexService.query(Predicate predicate)
           
 

Methods in com.hazelcast.query.impl with parameters of type QueryableEntry
 boolean MultiResultSet.add(QueryableEntry obj)
           
 void UnsortedIndexStore.newIndex(Comparable newValue, QueryableEntry record)
           
 void IndexStore.newIndex(Comparable newValue, QueryableEntry entry)
           
 void SortedIndexStore.newIndex(Comparable newValue, QueryableEntry record)
           
 void IndexService.saveEntryIndex(QueryableEntry queryableEntry)
           
 void Index.saveEntryIndex(QueryableEntry e)
           
 void IndexImpl.saveEntryIndex(QueryableEntry e)
           
 void UnsortedIndexStore.updateIndex(Comparable oldValue, Comparable newValue, QueryableEntry entry)
           
 void IndexStore.updateIndex(Comparable oldValue, Comparable newValue, QueryableEntry entry)
           
 void SortedIndexStore.updateIndex(Comparable oldValue, Comparable newValue, QueryableEntry entry)
           
 

Method parameters in com.hazelcast.query.impl with type arguments of type QueryableEntry
 void MultiResultSet.addResultSet(ConcurrentMap<Data,QueryableEntry> resultSet)
           
 

Constructor parameters in com.hazelcast.query.impl with type arguments of type QueryableEntry
AndResultSet(Set<QueryableEntry> setSmallest, List<Set<QueryableEntry>> otherIndexedResults, List<Predicate> lsNoIndexPredicates)
           
AndResultSet(Set<QueryableEntry> setSmallest, List<Set<QueryableEntry>> otherIndexedResults, List<Predicate> lsNoIndexPredicates)
           
OrResultSet(List<Set<QueryableEntry>> indexedResults)
           
SingleResultSet(ConcurrentMap<Data,QueryableEntry> records)
           
 



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