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, setIterator
close, getExecContext, getIteratorNumber, makeTracked, map, materialize, materialize, output
cancel, debug, hasNext, next, nextBinding, remove
toString, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
toString
public 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()
QueryIteratorBase
Licenced under the Apache License, Version 2.0