| Package | Description |
|---|---|
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.query.impl | |
| 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 |
|---|---|
Set<QueryResultEntry> |
QueryResult.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.add(QueryResultEntry resultEntry) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryableEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryEntry |
class |
QueryResultEntryImpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryResultSet.add(QueryResultEntry entry) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.