public class EmptyResultsQueryResultsIterable<T> extends Object implements QueryResultsIterable<T>
| Constructor and Description |
|---|
EmptyResultsQueryResultsIterable() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<TResult extends AggregationResult> |
getAggregationResult(String name,
Class<? extends TResult> resultType) |
long |
getTotalHits() |
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic <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.