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.QueryStatDto
public String getLanguage()
getLanguage
in interface org.apache.jackrabbit.api.stats.QueryStatDto
public String getStatement()
getStatement
in interface org.apache.jackrabbit.api.stats.QueryStatDto
public String getCreationTime()
getCreationTime
in interface org.apache.jackrabbit.api.stats.QueryStatDto
public long getPosition()
getPosition
in interface org.apache.jackrabbit.api.stats.QueryStatDto
public void setPosition(long position)
setPosition
in interface org.apache.jackrabbit.api.stats.QueryStatDto
public int getOccurrenceCount()
getOccurrenceCount
in interface org.apache.jackrabbit.api.stats.QueryStatDto
public void setOccurrenceCount(int occurrenceCount)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.