public class DefaultGraphQueryIterable<T> extends Object implements Iterable<T>, QueryResultsIterable<T>, IterableWithScores<T>
| Constructor and Description |
|---|
DefaultGraphQueryIterable(QueryParameters parameters,
Iterable<T> iterable,
boolean evaluateQueryString,
boolean evaluateHasContainers,
boolean evaluateSortContainers) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected boolean |
evaluateQueryString(GeObject geObject,
String queryString) |
<TResult extends AggregationResult> |
getAggregationResult(String name,
Class<? extends TResult> resultType) |
Double |
getScore(Object id) |
long |
getTotalHits() |
Iterator<T> |
iterator() |
protected Iterator<T> |
iterator(boolean iterateAll) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DefaultGraphQueryIterable(QueryParameters parameters, Iterable<T> iterable, boolean evaluateQueryString, boolean evaluateHasContainers, boolean evaluateSortContainers)
public long getTotalHits()
getTotalHits in interface IterableWithTotalHits<T>public void close()
close in interface Closeableclose in interface AutoCloseablepublic <TResult extends AggregationResult> TResult getAggregationResult(String name, Class<? extends TResult> resultType)
getAggregationResult in interface QueryResultsIterable<T>public Double getScore(Object id)
getScore in interface IterableWithScores<T>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.