T - type of the resultpublic interface ResultProcessor<T extends Result>
| Modifier and Type | Method and Description | 
|---|---|
| T | populateResult(Query query,
              long resultLimit)Populate an empty result for the given query type. | 
| T | populateResult(Query query,
              long resultLimit,
              Collection<QueryableEntry> entries,
              Collection<Integer> partitionIds)Populate an non-empty result for the given query type. | 
T populateResult(Query query, long resultLimit)
query - given queryresultLimit - given resultLimit (ignored)T populateResult(Query query, long resultLimit, Collection<QueryableEntry> entries, Collection<Integer> partitionIds)
query - given queryresultLimit - given resultLimitentries - entries to add to the result topartitionIds - partitionIds where the given entries resideCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.