Package org.apache.jackrabbit.api.stats
Interface QueryStatDto
-
- All Superinterfaces:
Serializable
@ProviderType public interface QueryStatDto extends Serializable
Object that holds statistical info about a query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCreationTime()
long
getDuration()
String
getLanguage()
int
getOccurrenceCount()
long
getPosition()
String
getStatement()
void
setPosition(long position)
-