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 StringgetCreationTime()longgetDuration()StringgetLanguage()intgetOccurrenceCount()longgetPosition()StringgetStatement()voidsetPosition(long position)
-