Constructor and Description |
---|
ResultSetImpl(List<Object> rawResponse,
RedisGraph redisGraph,
GraphCache cache) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Header |
getHeader() |
Statistics |
getStatistics() |
int |
hashCode() |
boolean |
hasNext() |
Record |
next() |
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEachRemaining, remove
public ResultSetImpl(List<Object> rawResponse, RedisGraph redisGraph, GraphCache cache)
rawResponse
- the raw representation of response is at most 3 lists of objects.
The last list is the statistics list.redisGraph
- the graph connectioncache
- the graph local cachepublic Statistics getStatistics()
getStatistics
in interface ResultSet
Copyright © 2020 RedisLabs. All rights reserved.