Serialized Form


Package org.apache.jackrabbit.commons.cnd

Class org.apache.jackrabbit.commons.cnd.ParseException extends Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber
the line number where the error occurred


colNumber

int colNumber
the column 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

position

long position
lazy, computed at call time


creationTime

Date creationTime
the time that the query was created


durationMs

long durationMs
run duration in ms


language

String language
query language


statement

String statement
query statement


occurrenceCount

int occurrenceCount
used in popular queries list



Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.