Uses of Class
org.apache.tinkerpop.gremlin.driver.Result
Packages that use Result
-
Uses of Result in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return ResultModifier and TypeMethodDescriptionResultSet.one()Get the nextResultfrom the stream, blocking until one is available.Methods in org.apache.tinkerpop.gremlin.driver that return types with arguments of type ResultModifier and TypeMethodDescriptionResultSet.all()The returnedCompletableFuturecompletes when all reads are complete for this request and the entire result has been accounted for on the client.ResultSet.iterator()Returns a blocking iterator of the items streaming from the server to the client.ResultSet.some(int items) The returnedCompletableFuturecompletes when the number of items specified are available.ResultSet.stream()Stream items with a blocking iterator.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Result