public class QueryIteratorTiming extends QueryIteratorWrapper
Modifier and Type | Field and Description |
---|---|
static int |
NotFinished |
static int |
NotStarted |
traceIterators
Modifier and Type | Method and Description |
---|---|
long |
getMillis()
Return the elapsed time, in milliseconds, between the first call to this iterator and the close call.
|
static QueryIteratorTiming |
time(QueryIterator iter) |
output
cancel, close, debug, hasNext, next, nextBinding, remove
output, toString, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public static final int NotStarted
public static final int NotFinished
public static QueryIteratorTiming time(QueryIterator iter)
public long getMillis()
Licenced under the Apache License, Version 2.0