| Package | Description |
|---|---|
| org.neo4j.ogm.model | |
| org.neo4j.ogm.response | |
| org.neo4j.ogm.response.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
Result.queryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<QueryStatistics> |
Response.getStatistics()
Responses that contain statistics can hook into here to return.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryStatisticsModel
Holds read only statistics about query execution.
|
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
QueryResultModel.queryStatistics() |
| Constructor and Description |
|---|
QueryResultModel(Iterable<Map<String,Object>> result,
QueryStatistics queryQueryStatistics) |
Copyright © 2015–2023 Neo Technology, Inc.. All rights reserved.