Class ResultSetImpl
- java.lang.Object
-
- com.redislabs.redisgraph.impl.resultset.ResultSetImpl
-
-
Constructor Summary
Constructors Constructor Description ResultSetImpl(List<Object> rawResponse, RedisGraph redisGraph, GraphCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)HeadergetHeader()StatisticsgetStatistics()inthashCode()booleanhasNext()Deprecated.Iterator<Record>iterator()Recordnext()Deprecated.intsize()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
ResultSetImpl
public ResultSetImpl(List<Object> rawResponse, RedisGraph redisGraph, GraphCache cache)
- Parameters:
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 cache
-
-
Method Detail
-
getStatistics
public Statistics getStatistics()
- Specified by:
getStatisticsin interfaceResultSet
-
hasNext
@Deprecated public boolean hasNext()
Deprecated.
-
next
@Deprecated public Record next()
Deprecated.
-
-