com.hp.hpl.jena.sparql.engine.iterator
Class QueryIteratorTiming
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.QueryIteratorWrapper
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorTiming
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, Printable, Closeable
public class QueryIteratorTiming
- extends QueryIteratorWrapper
NotStarted
public static final int NotStarted
- See Also:
- Constant Field Values
NotFinished
public static final int NotFinished
- See Also:
- Constant Field Values
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).
Licenced under the Apache License, Version 2.0