Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.linq |
Modifier and Type | Method and Description |
---|---|
TSelf |
IDocumentQueryBase.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as total count of matching records
|
Modifier and Type | Field and Description |
---|---|
protected RavenQueryStatistics |
AbstractDocumentQuery.queryStats
Holds the query stats
|
Modifier and Type | Method and Description |
---|---|
IDocumentQuery<T> |
AbstractDocumentQuery.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as total count of matching records
|
Modifier and Type | Method and Description |
---|---|
void |
RavenQueryInspector.init(Class<T> clazz,
IRavenQueryProvider provider,
RavenQueryStatistics queryStats,
RavenQueryHighlightings highlightings,
String indexName,
com.mysema.query.types.Expression<?> expression,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
boolean isMapReduce) |
Modifier and Type | Method and Description |
---|---|
IRavenQueryable<T> |
IRavenQueryable.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as duration, total number of results, staleness information, etc.
|
IRavenQueryable<T> |
RavenQueryInspector.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as total count of matching records
|
Constructor and Description |
---|
RavenQueryProvider(Class<T> clazz,
IDocumentQueryGenerator queryGenerator,
String indexName,
RavenQueryStatistics ravenQueryStatistics,
RavenQueryHighlightings highlightings,
IDatabaseCommands databaseCommands,
boolean isMapReduce) |
Copyright © 2016. All Rights Reserved.