public class RowStatisticsResponse extends Object implements Neo4jResponse<RowQueryStatisticsResult>
Neo4jResponse.ResponseRecord| Constructor and Description |
|---|
RowStatisticsResponse(Neo4jResponse<String> response,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
void |
initialiseScan(Neo4jResponse.ResponseRecord record) |
RowQueryStatisticsResult |
next() |
int |
rowId() |
public RowStatisticsResponse(Neo4jResponse<String> response, com.fasterxml.jackson.databind.ObjectMapper mapper)
public RowQueryStatisticsResult next()
next in interface Neo4jResponse<RowQueryStatisticsResult>public void close()
close in interface AutoCloseableclose in interface Neo4jResponse<RowQueryStatisticsResult>public void initialiseScan(Neo4jResponse.ResponseRecord record)
initialiseScan in interface Neo4jResponse<RowQueryStatisticsResult>public String[] columns()
columns in interface Neo4jResponse<RowQueryStatisticsResult>public int rowId()
rowId in interface Neo4jResponse<RowQueryStatisticsResult>Copyright © 2015 Neo Technology, Inc.. All rights reserved.