| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.driver |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
Client.submit(String gremlin) |
ResultSet |
Client.submit(String gremlin,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ResultSet> |
Client.submitAsync(RequestMessage msg) |
CompletableFuture<ResultSet> |
Client.submitAsync(String gremlin) |
CompletableFuture<ResultSet> |
Client.submitAsync(String gremlin,
Map<String,Object> parameters) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.