com.hp.hpl.jena.sparql.engine.iterator
Class QueryIterGroup
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIter
com.hp.hpl.jena.sparql.engine.iterator.QueryIterPlainWrapper
com.hp.hpl.jena.sparql.engine.iterator.QueryIterGroup
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, Printable, Closeable
public class QueryIterGroup
- extends QueryIterPlainWrapper
|
Method Summary |
void |
requestCancel()
Propagates the cancellation request - called asynchronously with the iterator itself |
QueryIterGroup
public QueryIterGroup(QueryIterator qIter,
VarExprList groupVars,
List<ExprAggregator> aggregators,
ExecutionContext execCxt)
requestCancel
public void requestCancel()
- Description copied from class:
QueryIteratorBase
- Propagates the cancellation request - called asynchronously with the iterator itself
Licenced under the Apache License, Version 2.0