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) |
outputcancel, close, debug, hasNext, next, nextBinding, removeoutput, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingtoStringpublic 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