|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |