Class QueryIteratorTiming

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

public class QueryIteratorTiming extends QueryIteratorWrapper
  • Field Details

  • Method Details

    • time

      public static QueryIteratorTiming time(QueryIterator iter)
    • getMillis

      public long getMillis()
      Return the elapsed time, in milliseconds, between the first call to this iterator and the close call. Returns the time, or NotStarted (-2) or NotFinished (-1).