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, materialize, materialize, output
cancel, debug, hasNext, next, nextBinding, remove
toString, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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