@NotThreadSafe public class SinglePageGraphResultSet extends Object implements GraphResultSet
Constructor and Description |
---|
SinglePageGraphResultSet(AsyncGraphResultSet onlyPage) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the query and asks the server to stop sending results.
|
GraphExecutionInfo |
getExecutionInfo()
The execution information for the query that have been performed to assemble this result set.
|
Iterator<GraphNode> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
all, one
forEach, spliterator
public SinglePageGraphResultSet(AsyncGraphResultSet onlyPage)
@NonNull public GraphExecutionInfo getExecutionInfo()
GraphResultSet
getExecutionInfo
in interface GraphResultSet
public void cancel()
GraphResultSet
At this time (DSE 6.0.0), graph queries are not paginated and the server sends all the results at once; therefore this method has no effect.
cancel
in interface GraphResultSet
Copyright © 2017–2019. All rights reserved.