Class QueryIterSort

  • All Implemented Interfaces:
    java.util.Iterator<Binding>, org.apache.jena.atlas.io.Printable, org.apache.jena.atlas.lib.Closeable, QueryIterator, PrintSerializable

    public class QueryIterSort
    extends QueryIterPlainWrapper
    Sort a query iterator. The sort will happen in-memory unless the size of the iterator exceeds a configurable threshold. In that case, a disk sort is used.
    See Also:
    SortedDataBag