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

Packages that use QueryResultEntry
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.map.impl
 

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

Methods in com.hazelcast.map.impl with parameters of type QueryResultEntry
 void QueryResult.add(QueryResultEntry resultEntry)
           
 

Constructor parameters in com.hazelcast.map.impl with type arguments of type QueryResultEntry
QueryResult(Collection<? extends QueryResultEntry> queryableEntries)
           
 

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)
           
 



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