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

Packages that use QueryResultEntry
com.hazelcast.client.impl.protocol.task.map Client protocol tasks implementations for map 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.query.impl Contains the implementation classes of the query functionality. 
com.hazelcast.util This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. 
 

Uses of QueryResultEntry in com.hazelcast.client.impl.protocol.task.map
 

Method parameters in com.hazelcast.client.impl.protocol.task.map with type arguments of type QueryResultEntry
protected  ClientMessage MapEntriesWithPredicateMessageTask.reduce(Collection<QueryResultEntry> result)
           
protected abstract  ClientMessage AbstractMapQueryMessageTask.reduce(Collection<QueryResultEntry> result)
           
protected  ClientMessage MapKeySetWithPredicateMessageTask.reduce(Collection<QueryResultEntry> result)
           
protected  ClientMessage MapValuesWithPredicateMessageTask.reduce(Collection<QueryResultEntry> result)
           
 

Uses of QueryResultEntry in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return types with arguments of type QueryResultEntry
 Collection<QueryResultEntry> QueryResult.getResult()
           
 

Uses of QueryResultEntry in com.hazelcast.query.impl
 

Subinterfaces of QueryResultEntry in com.hazelcast.query.impl
 interface QueryableEntry
          This interface contains methods related to Queryable Entry which means searched an indexed by sql query or predicate .
 

Classes in com.hazelcast.query.impl that implement QueryResultEntry
 class QueryEntry
          Entry of the Query.
 class QueryResultEntryImpl
          Multiple result set for Predicates
 

Uses of QueryResultEntry in com.hazelcast.util
 

Methods in com.hazelcast.util with parameters of type QueryResultEntry
 boolean QueryResultSet.add(QueryResultEntry entry)
           
 boolean QueryResultSet.contains(QueryResultEntry entry)
           
 boolean QueryResultSet.remove(QueryResultEntry entry)
           
 



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