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()
Deprecated.
|
Iterator<Record> |
iterator() |
Record |
next()
Deprecated.
|
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
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
@Deprecated public boolean hasNext()
@Deprecated public Record next()
Copyright © 2021 RedisLabs. All rights reserved.