public class DefaultGraphQueryIdIterable<T> extends ConvertingIterable<GeObject,T> implements QueryResultsIterable<T>
| Constructor and Description |
|---|
DefaultGraphQueryIdIterable(QueryResultsIterable<? extends GeObject> iterable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected T |
convert(GeObject geObject) |
<TResult extends AggregationResult> |
getAggregationResult(String name,
Class<? extends TResult> resultType) |
long |
getTotalHits() |
iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorpublic DefaultGraphQueryIdIterable(QueryResultsIterable<? extends GeObject> iterable)
protected T convert(GeObject geObject)
convert in class ConvertingIterable<GeObject,T>public <TResult extends AggregationResult> TResult getAggregationResult(String name, Class<? extends TResult> resultType)
getAggregationResult in interface QueryResultsIterable<T>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic long getTotalHits()
getTotalHits in interface IterableWithTotalHits<T>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.