| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<QueryResultEntry> | 
QueryResult.getResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QueryResult.add(QueryResultEntry resultEntry)  | 
| Constructor and Description | 
|---|
QueryResult(Collection<? extends QueryResultEntry> queryableEntries)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
QueryableEntry
This interface contains methods related to Queryable Entry which means searched an indexed by sql query or predicate . 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueryEntry
Entry of the Query. 
 | 
class  | 
QueryResultEntryImpl
Multiple result set for Predicates 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
QueryResultSet.add(QueryResultEntry entry)  | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.