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>, org.openjena.atlas.io.Printable, org.openjena.atlas.lib.Closeable
public class QueryIteratorTiming
- extends QueryIteratorWrapper
| Methods inherited from interface org.openjena.atlas.io.Printable |
output |
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).
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.