Package org.apache.jackrabbit.stats
Class QueryStatDtoImpl
java.lang.Object
org.apache.jackrabbit.stats.QueryStatDtoImpl
- All Implemented Interfaces:
Serializable,QueryStatDto
Object that holds statistical info about a query.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongintlonginthashCode()voidsetOccurrenceCount(int occurrenceCount) voidsetPosition(long position) toString()
-
Constructor Details
-
QueryStatDtoImpl
-
-
Method Details
-
getDuration
public long getDuration()- Specified by:
getDurationin interfaceQueryStatDto
-
getLanguage
- Specified by:
getLanguagein interfaceQueryStatDto
-
getStatement
- Specified by:
getStatementin interfaceQueryStatDto
-
getCreationTime
- Specified by:
getCreationTimein interfaceQueryStatDto
-
getPosition
public long getPosition()- Specified by:
getPositionin interfaceQueryStatDto
-
setPosition
public void setPosition(long position) - Specified by:
setPositionin interfaceQueryStatDto
-
toString
-
getOccurrenceCount
public int getOccurrenceCount()- Specified by:
getOccurrenceCountin interfaceQueryStatDto
-
setOccurrenceCount
public void setOccurrenceCount(int occurrenceCount) -
hashCode
public int hashCode() -
equals
-