| Package | Description |
|---|---|
| com.hazelcast.client.impl.protocol.task.map |
Client protocol tasks implementations for map
|
| com.hazelcast.map.impl.query |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MapEntriesWithPagingPredicateMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapKeySetMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapEntriesWithPredicateMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapValuesMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapKeySetWithPagingPredicateMessageTask.reduce(Collection<QueryResultRow> result) |
protected abstract Object |
AbstractMapQueryMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapKeySetWithPredicateMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapEntrySetMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapValuesWithPagingPredicateMessageTask.reduce(Collection<QueryResultRow> result) |
protected Object |
MapValuesWithPredicateMessageTask.reduce(Collection<QueryResultRow> result) |
| Modifier and Type | Method and Description |
|---|---|
Collection<QueryResultRow> |
QueryResult.getRows() |
Iterator<QueryResultRow> |
QueryResult.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryResultSet.add(QueryResultRow row)
Deprecated.
|
void |
QueryResult.addRow(QueryResultRow row) |
boolean |
QueryResultSet.contains(QueryResultRow row)
Deprecated.
|
boolean |
QueryResultSet.remove(QueryResultRow row)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResultCollection.addAllRows(Collection<QueryResultRow> collection) |
void |
QueryResult.addAllRows(Collection<QueryResultRow> r) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.