public class StandardQueryResult extends Object implements QueryResult
| Modifier and Type | Field and Description |
|---|---|
private Iterator<Map<String,Object>> |
hitIterator |
private Set<Map<String,Object>> |
hits |
private List<Selection> |
selections |
| Constructor and Description |
|---|
StandardQueryResult(List<Selection> selections,
Set<Map<String,Object>> hits) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHitCount() |
List<String> |
getLabels() |
boolean |
isMatch() |
ResultHit |
nextHit() |
public boolean isMatch()
isMatch in interface QueryResultpublic List<String> getLabels()
getLabels in interface QueryResultpublic int getHitCount()
getHitCount in interface QueryResultpublic ResultHit nextHit()
nextHit in interface QueryResultCopyright © 2023 Apache NiFi Project. All rights reserved.