com.hp.hpl.jena.sparql.engine.iterator
Class QueryIterSort
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.QueryIterSort
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, java.util.Iterator<Binding>, Printable, Closeable
public class QueryIterSort
- extends QueryIterPlainWrapper
Sort a query iterator. Uses an in-memory sort, so limiting the size of
iterators that can be handled.
|
Method Summary |
void |
requestCancel()
Propagates the cancellation request - called asynchronously with the iterator itself |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryIterSort
public QueryIterSort(QueryIterator qIter,
java.util.List<SortCondition> conditions,
ExecutionContext context)
QueryIterSort
public QueryIterSort(QueryIterator qIter,
java.util.Comparator<Binding> comparator,
ExecutionContext context)
requestCancel
public void requestCancel()
- Description copied from class:
QueryIteratorBase
- Propagates the cancellation request - called asynchronously with the iterator itself
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.