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