| Package | Description |
|---|---|
| org.neo4j.ogm.model | |
| org.neo4j.ogm.response.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
RestModel.getStats() |
QueryStatistics |
Result.queryStatistics() |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryStatisticsModel
Holds read only statistics about query execution.
|
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
DefaultRestModel.getStats() |
QueryStatistics |
QueryResultModel.queryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRestModel.setStats(QueryStatistics stats) |
| Constructor and Description |
|---|
QueryResultModel(Iterable<Map<String,Object>> result,
QueryStatistics queryQueryStatistics) |
Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.