public class DefaultGraphQueryIdIterable<T> extends ConvertingIterable<VertexiumObject,T> implements QueryResultsIterable<T>
| Constructor and Description |
|---|
DefaultGraphQueryIdIterable(QueryResultsIterable<? extends VertexiumObject> iterable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected T |
convert(VertexiumObject vertexiumObject) |
<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 VertexiumObject> iterable)
protected T convert(VertexiumObject vertexiumObject)
convert in class ConvertingIterable<VertexiumObject,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 © 2014–2018. All rights reserved.