public class QueryStatDtoImpl extends Object implements org.apache.jackrabbit.api.stats.QueryStatDto
| Constructor and Description |
|---|
QueryStatDtoImpl(String language,
String statement,
long durationMs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreationTime() |
long |
getDuration() |
String |
getLanguage() |
int |
getOccurrenceCount() |
long |
getPosition() |
String |
getStatement() |
int |
hashCode() |
void |
setOccurrenceCount(int occurrenceCount) |
void |
setPosition(long position) |
String |
toString() |
public long getDuration()
getDuration in interface org.apache.jackrabbit.api.stats.QueryStatDtopublic String getLanguage()
getLanguage in interface org.apache.jackrabbit.api.stats.QueryStatDtopublic String getStatement()
getStatement in interface org.apache.jackrabbit.api.stats.QueryStatDtopublic String getCreationTime()
getCreationTime in interface org.apache.jackrabbit.api.stats.QueryStatDtopublic long getPosition()
getPosition in interface org.apache.jackrabbit.api.stats.QueryStatDtopublic void setPosition(long position)
setPosition in interface org.apache.jackrabbit.api.stats.QueryStatDtopublic int getOccurrenceCount()
getOccurrenceCount in interface org.apache.jackrabbit.api.stats.QueryStatDtopublic void setOccurrenceCount(int occurrenceCount)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.