public class QueryIterTopN extends QueryIterPlainWrapper
traceIterators| Constructor and Description |
|---|
QueryIterTopN(QueryIterator qIter,
Comparator<Binding> comparator,
long numItems,
boolean distinct,
ExecutionContext context) |
QueryIterTopN(QueryIterator qIter,
List<SortCondition> conditions,
long numItems,
boolean distinct,
ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
requestCancel()
Propagates the cancellation request - called asynchronously with the iterator itself
|
output, setIteratorclose, getExecContext, getIteratorNumber, makeTracked, map, materialize, materialize, outputcancel, debug, hasNext, next, nextBinding, removetoString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingtoStringpublic QueryIterTopN(QueryIterator qIter, List<SortCondition> conditions, long numItems, boolean distinct, ExecutionContext context)
public QueryIterTopN(QueryIterator qIter, Comparator<Binding> comparator, long numItems, boolean distinct, ExecutionContext context)
public void requestCancel()
QueryIteratorBaseLicenced under the Apache License, Version 2.0