Serialized Form
-
Package org.apache.jackrabbit.commons.cnd
-
Class org.apache.jackrabbit.commons.cnd.ParseException extends Exception implements Serializable
-
Serialized Fields
-
colNumber
int colNumber
the column number where the error occurred -
lineNumber
int lineNumber
the line number where the error occurred -
systemId
String systemId
the systemid of the source that produced the error
-
-
-
-
Package org.apache.jackrabbit.stats
-
Class org.apache.jackrabbit.stats.QueryStatDtoImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
creationTime
Date creationTime
the time that the query was created -
durationMs
long durationMs
run duration in ms -
language
String language
query language -
occurrenceCount
int occurrenceCount
used in popular queries list -
position
long position
lazy, computed at call time -
statement
String statement
query statement
-
-