|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.QueryInfo
public final class QueryInfo
This class remembers descriptive query information sent back to the client.
Field Summary | |
---|---|
long |
cmpl
Compilation time. |
long |
evlt
Evaluation time. |
long |
pars
Parsing time. |
StringList |
readLocked
Read locked databases. |
int |
runs
Number of runs. |
long |
srlz
Serialization time. |
StringList |
writeLocked
Write locked databases. |
Constructor Summary | |
---|---|
QueryInfo()
|
Method Summary | |
---|---|
java.lang.String |
toString(QueryProcessor qp,
PrintOutput out,
long hits,
boolean detailed)
Returns detailed query information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public StringList readLocked
public StringList writeLocked
public long pars
public long cmpl
public long evlt
public long srlz
public int runs
Constructor Detail |
---|
public QueryInfo()
Method Detail |
---|
public java.lang.String toString(QueryProcessor qp, PrintOutput out, long hits, boolean detailed)
qp
- query processorout
- output streamhits
- number of returned hitsdetailed
- return detailed query info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |